ReactOS 0.4.16-dev-41-ge8c7597
|
#include <shared.h>
Public Attributes | |
ULONG | InformationClass |
union { | |
ULONG Ulong | |
LARGE_INTEGER LargeInteger | |
BOOLEAN Boolean | |
} | Information |
ULONG | Padding |
BOOLEAN _AFD_INFO::Boolean |
Definition at line 33 of file shared.h.
Referenced by AfdGetInfo(), AfdGetInformation(), AfdSetInfo(), AfdSetInformation(), GetSocketInformation(), and SetSocketInformation().
union { ... } _AFD_INFO::Information |
Referenced by AfdGetInfo(), AfdGetInformation(), AfdSetInfo(), AfdSetInformation(), GetSocketInformation(), and SetSocketInformation().
ULONG _AFD_INFO::InformationClass |
Definition at line 29 of file shared.h.
Referenced by AfdGetInfo(), AfdGetInformation(), AfdSetInfo(), AfdSetInformation(), GetSocketInformation(), and SetSocketInformation().
LARGE_INTEGER _AFD_INFO::LargeInteger |
Definition at line 32 of file shared.h.
Referenced by AfdGetInfo(), AfdGetInformation(), AfdSetInformation(), GetSocketInformation(), and SetSocketInformation().
ULONG _AFD_INFO::Ulong |
Definition at line 31 of file shared.h.
Referenced by AfdGetInfo(), AfdGetInformation(), AfdSetInfo(), AfdSetInformation(), GetSocketInformation(), and SetSocketInformation().