'Declaration
Public Function deflateSetDictionary( _ ByVal dictionary() As Byte, _ ByVal dictLength As Integer _ ) As Integer
public int deflateSetDictionary( byte[] dictionary, int dictLength )
Parameters
- dictionary
- Data in the dictionary.
- dictLength
- Number of bytes in the dictionary.
Return Value
Zero on success, an error code on failure.