|
CodecGetProcAddress |
PECompact v2.x CODEC Plug-In Documentation
|
|
If the call is successful, the address of the requested API will be returned. If the call fails, the return value will be NULL. Remarks: A codec host module (dll) may contain any number of codecs. This
function is used to retrieve API entry points for the codec identified by
the dwCodecIndex parameter. The codecs are invoked for encoding in the
ascending order of their index numbers (i.e. 0, 1, 2, 3, ...). During
decoding the codecs are invoked in the opposite [descending] order. |
|