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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A variable of this data type holds a binary value.
typedef struct {
DWORDcb;
BYTE * pb;
} ACCT_BIN;