Decode
Decodes a byte array into a ResPictureGroup that represents a cursor group.
Public Function Decode(
ByVal Key As ResourceKey,
ByRef Bytes ( ) As Byte ) As Long
Parameters
- Key
-
[ByVal]
ResourceKey.
The identifier for the cursor group.
- Bytes
-
[ByRef]
Byte.
The bytes to be decoded into a cursor group.
Return Values
Long - The number of groups decoded. This will return 0 or 1.
Remarks
See Also
Project CorLib Overview
Class ResCursorGroupDecoder Overview