Syntax:
INT LlPrintGetOptionString (HLLJOB hJob, INT nIndex, LPTSTR pszBuffer, UINT nBufSize);
Task:
Returns various print option string settings.
Parameter:
hJob: List & Label job handle
nIndex: See LlPrintSetOptionString()
pszBuffer: Address of buffer for the string
nBufSize: Maximum number of characters to be copied
Return Value:
Error code
Hints:
See LlPrintSetOptionString
See chapter Important Remarks on the Function Parameters of DLLs concerning the buffer return value.
See also:
LlPrintSetOption