ReactOS 0.4.16-dev-1138-g6efbed5
anonymous_namespace{stat.cpp}::find_handle_traits Struct Reference

Public Types

typedef HANDLE type
 

Static Public Member Functions

static bool close (_In_ type const handle) throw ()
 
static type get_invalid_value () throw ()
 

Detailed Description

Definition at line 45 of file stat.cpp.

Member Typedef Documentation

◆ type

typedef HANDLE anonymous_namespace{stat.cpp}::find_handle_traits::type

Definition at line 47 of file stat.cpp.

Member Function Documentation

◆ close()

static bool anonymous_namespace{stat.cpp}::find_handle_traits::close ( _In_ type const  handle)
throw (
)
inlinestatic

Definition at line 49 of file stat.cpp.

50 {
51 return ::FindClose(handle) != FALSE;
52 }
#define FALSE
Definition: types.h:117

◆ get_invalid_value()

static type anonymous_namespace{stat.cpp}::find_handle_traits::get_invalid_value ( )
throw (
)
inlinestatic

Definition at line 54 of file stat.cpp.

55 {
57 }
#define INVALID_HANDLE_VALUE
Definition: compat.h:731

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