IconResourceGroupDecoder: Decode

Decode

Decodes a byte array into a PictureResourceGroup that represents an icon group.



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

Parameters

Key
[ByVal] ResourceKey. The identifier for the icon group.
Bytes
[ByRef] Byte. The bytes to be decoded into an icon group.

Return Values

Long -  The number of groups decoded. This will return 0 or 1.

See Also

Project CorLib Overview

Class IconResourceGroupDecoder Overview