TW_UINT16 FAR PASCAL DSM_Entry
(
pTW_IDENTITY pOrigin,
pTW_IDENTITY pDest,
TW_UINT32 DG,
TW_UINT16 DAT,
TW_UINT16 MSG,
TW_MEMREF pData
);
View the official Windows hardware development documentationNo description available.
The DSM_Entry function provides the only entry point into the Data Source Manager.
Identifies the source module of the message.
This could identify an Application, a Source, or the Source Manager.
Identifies the destination module for the message.
This could identify an application or a data source. If this is NULL, the message goes to the Source Manager.
The Data Group
Example: DG_IMAGE
The Data Attribute Type
Example: DAT_IMAGEMEMXFER
The message
Messages are interpreted by the destination module with respect to the Data Group and the Data Attribute Type.
Example: MSG_GET
A pointer to the data structure or variable identified by the Data Attribute Type.
Example: (TW_MEMREF)&ImageMemXfer where ImageMemXfer is a TW_IMAGEMEMXFER structure.
ReturnCode
Example: TWRC_SUCCESS