Description:

SplStdDelete deletes the PM_Q_STD buffer identified by hstd. Any data in the buffer is lost.

#include <os2.h>

HSTD    hstd;      /*  The handle to PM_Q_STD data. */
BOOL    fSuccess;  /*  Return codes. */

fSuccess = SplStdDelete(hstd);


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