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.
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
A variable of this data type holds a binary value.
typedef struct {
DWORDcb;
BYTE * pb;
} ACCT_BIN;