发布于 2007-12-01 02:00:46
0楼
Declaration
BOOL MSRTGetMsgActual (
LPDWORD lpdwCount,
LPCMN_ERROR lpError );
Des cription
This function is used to determine the number of messages currently queued in the message list.
Parameters
lpdwCount
Pointer to a buffer which stores the number of messages currently queued.
lpError
Pointer to the data of the extended error message within the CMN_ERROR structure. In the event of an error, the system writes error information to this structure.
Return Value
TRUE
Number has been determined.
FALSE
Error
Comments
This function cannot be accessed from multi-client projects.
好好学习,天天向上!