[][src]Crate ms_dtyp

Library to represent the data types of [MS-DTYP]. This library is still in very alpha version.

Structs

FILETIME
RPC_SID

typedef struct _RPC_SID { unsigned char Revision; unsigned char SubAuthorityCount; RPC_SID_IDENTIFIER_AUTHORITY IdentifierAuthority; [size_is(SubAuthorityCount)] unsigned long SubAuthority[]; } RPC_SID, *PRPC_S

RPC_UNICODE_STRING

Type Definitions

BYTE

typedef unsigned char BYTE, *PBYTE, *LPBYTE;

CHAR

typedef char CHAR, *PCHAR;

DWORD

typedef unsigned long DWORD, *PDWORD, *LPDWORD;

RPC_SID_IDENTIFIER_AUTHORITY

typedef struct _RPC_SID_IDENTIFIER_AUTHORITY { byte Value[6]; } RPC_SID_IDENTIFIER_AUTHORITY;

UCHAR

typedef unsigned char UCHAR, *PUCHAR;

ULONG

typedef unsigned long ULONG, *PULONG;

ULONG64

typedef unsigned __int64 ULONG64;

USHORT

typedef unsigned short USHORT;

WCHAR

typedef wchar_t WCHAR, *PWCHAR;

byte
wchar_t

typedef unsigned short wchar_t;