CDI_Allocate_CDMMessage
Allocates CDM messages that are used to communicate with other CDMs.
LONG CDI_Allocate_CDMMessage(
LONG cdmOSHandle,
struct CDMMessageStruct **cdmMessage
);
The following table lists return values and descriptions.
This function is used by a CDM to allocate a CDM message structure to be used by filter CDMs. Typically it is sent by CDI_Execute_CDMMessage.