CursorResourceDecoder: Decode

Decode

Decodes an array of bytes into a Cursor StdPicture object.



 Public Function Decode(
	  ByVal Key As ResourceKey,
	  ByRef Bytes ( ) As Byte ) As Long

Parameters

Key
[ByVal] ResourceKey. The identifier associated with the array of bytes.
Bytes
[ByRef] Byte. The byte data containing the encoded cursor.

Return Values

Long -  Returns the number of resourced decoded from the byte array. This decoder will return no more than 1.

See Also

Project CorLib Overview

Class CursorResourceDecoder Overview

ResourceKey

ResourceTypese