Description:

SpStdQueryLength returns the number of data bytes in the PM_Q_STD buffer identified by hstd.

#include <os2.h>

HSTD    hstd;  /*  The handle to the PM_Q_STD buffer. */
LONG    rc;    /*  Return codes. */

rc = SplStdQueryLength(hstd);


[Back: SplStdQueryLength]
[Next: SplStdQueryLength Parameter - hstd]