ReactOS 0.4.16-dev-822-gbcedb53
anonymous_namespace{popen.cpp}::process_handle_pair_traits Struct Reference

Public Types

typedef process_handle_pairtype
 

Static Public Member Functions

static bool close (_In_ type h) throw ()
 
static type get_invalid_value () throw ()
 

Detailed Description

Definition at line 50 of file popen.cpp.

Member Typedef Documentation

◆ type

typedef process_handle_pair* anonymous_namespace{popen.cpp}::process_handle_pair_traits::type

Definition at line 52 of file popen.cpp.

Member Function Documentation

◆ close()

static bool anonymous_namespace{popen.cpp}::process_handle_pair_traits::close ( _In_ type  h)
throw (
)
inlinestatic

Definition at line 54 of file popen.cpp.

55 {
56 h->process_handle = 0;
57 h->stream = nullptr;
58 return true;
59 }
GLfloat GLfloat GLfloat GLfloat h
Definition: glext.h:7723

◆ get_invalid_value()

static type anonymous_namespace{popen.cpp}::process_handle_pair_traits::get_invalid_value ( )
throw (
)
inlinestatic

Definition at line 61 of file popen.cpp.

62 {
63 return nullptr;
64 }

The documentation for this struct was generated from the following file: