Adds a command message to a context's dispatcher queue. (This command is available only when using the in-process Natural Access server.)
DWORD NMSAPI dispQueueCommand (DISP_COMMAND *ctacmd);
|
Argument |
Description |
|
ctacmd |
Pointer to DISP_COMMAND structure containing the message to add: typedef struct |
|
Return value |
Description |
|
SUCCESS |
|
|
CTAERR_BAD_ARGUMENT |
ctacmd is NULL or id field in the command is invalid. |
|
CTAERR_SERVICE_NOT_AVAILABLE |
Service associated with the command is not available on the command context. |
|
CTAERR_NOT_IMPLEMENTED |
Command unavailable when not using the in-process Natural Access server. |
dispQueueCommand adds a DISP_COMMAND structure to a context's dispatcher queue and signals the default queue wait object.