ACCT_BIN [Outlook 2003 API Reference]

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.

See Also

ACCT_VARIANT

Constants for the Account Management API