ScBinFromHexBounded
Office 2007
Converts the specified portion of a string representation of a hexadecimal number into a binary number.
|
Header file: |
Mapiutil.h |
|
Implemented by: |
MAPI |
|
Called by: |
Client applications and service providers |
SCODE ScBinFromHexBounded( LPSTR sz, LPBYTE pb, ULONG cb );
Parameters
- sz
-
[in] Pointer to the null-terminated string to be converted. Valid characters include the hexadecimal characters 0 through 9 and both uppercase and lowercase characters a through f.
- pb
-
[out] Pointer to the returned binary number.
- cb
-
[in] Size, in bytes, of the pb parameter.