Description:
SplStdGetBits transfers data from the identified PM_Q_STD buffer into a buffer owned by the presentation driver.
#include <os2.h> HSTD hstd; /* The handle to PM_Q_STD data. */ LONG lStart; LONG cBytes; /* The number of bytes to transfer. */ PCH pAddress; BOOL fSuccess; /* Return codes. */ fSuccess = SplStdGetBits(hstd, lStart, cBytes, pAddress);