Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.