ACCT_BIN
A variable of this data type holds a binary value.
Quick info
typedef struct {
DWORD cb;
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 {
DWORD cb;
BYTE * pb;
} ACCT_BIN;
cb
Number of bytes that pb points to.
pb
Pointer to binary information.