The IDirectMusicTool::GetMsgDeliveryType method retrieves the tool's delivery type, which determines when messages are to be delivered to the tool.
HRESULT GetMsgDeliveryType(
DWORD* pdwDeliveryType
);
Return values are determined by the implementation. If successful, the method should return S_OK. If it fails, the method may return E_POINTER.
For an overview of the delivery mechanism, see Message Creation and Delivery.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmusici.h.