ReactOS 0.4.16-dev-927-g467dec4
anonymous_namespace{get_environment_from_os.cpp}::environment_strings_traits Struct Reference

Public Types

typedef wchar_ttype
 

Static Public Member Functions

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

Detailed Description

Definition at line 19 of file get_environment_from_os.cpp.

Member Typedef Documentation

◆ type

typedef wchar_t* anonymous_namespace{get_environment_from_os.cpp}::environment_strings_traits::type

Definition at line 21 of file get_environment_from_os.cpp.

Member Function Documentation

◆ close()

static bool anonymous_namespace{get_environment_from_os.cpp}::environment_strings_traits::close ( _In_ type  p)
throw (
)
inlinestatic

Definition at line 23 of file get_environment_from_os.cpp.

24 {
26 return true;
27 }
BOOL WINAPI FreeEnvironmentStringsW(IN LPWSTR EnvironmentStrings)
Definition: environ.c:389
GLfloat GLfloat p
Definition: glext.h:8902

◆ get_invalid_value()

static type anonymous_namespace{get_environment_from_os.cpp}::environment_strings_traits::get_invalid_value ( )
throw (
)
inlinestatic

Definition at line 29 of file get_environment_from_os.cpp.

30 {
31 return nullptr;
32 }

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