ACCT_BIN
A variable of this data type holds a binary value.
Quick Info
typedef struct {
DWORDcb;
BYTE * pb;
} ACCT_BIN;
Members
- cb
Number of bytes that pb points to.
- pb
Pointer to binary information.
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
A variable of this data type holds a binary value.
typedef struct {
DWORDcb;
BYTE * pb;
} ACCT_BIN;