LG
Size: a a a
LG
LG
typedef struct _SECURITY_ATTRIBUTES {
DWORD nLength;
LPVOID lpSecurityDescriptor;
BOOL bInheritHandle;
} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;struct SECURITY_ATTRIBUTES
nLength dd ?
_padding1 rb 4
lpSecurityDescriptor dq ?
bInheritHandle dd ?
_padding2 rb 4
ends
LG
DM
DM
DM
LW
typedef struct _SECURITY_ATTRIBUTES {
DWORD nLength;
LPVOID lpSecurityDescriptor;
BOOL bInheritHandle;
} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;struct SECURITY_ATTRIBUTES
nLength dd ?
_padding1 rb 4
lpSecurityDescriptor dq ?
bInheritHandle dd ?
_padding2 rb 4
ends

LW
typedef struct _SECURITY_ATTRIBUTES {
DWORD nLength;
LPVOID lpSecurityDescriptor;
BOOL bInheritHandle;
} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;struct SECURITY_ATTRIBUTES
nLength dd ?
_padding1 rb 4
lpSecurityDescriptor dq ?
bInheritHandle dd ?
_padding2 rb 4
ends

LG
LW
LG
LW
LG
LG
LG
LW
LW
MS