<< Click to Display Table of Contents >> Navigation: Drivers API > IPXCPrinter Interface > Functions > StorePrinterOptions |
The StorePrinterOptions function is used to store printer options in an external location. Please note that storage locations must support the IStream interface, and declarations and parameters are case-sensitive:
C#
void StorePrinterOptions(IStream pStream);
C++
HRESULT StorePrinterOptions(IStream* pStream);
VB
Sub StorePrinterOptions(pStream As IStream)
pStream
Pointer to the IStream object into which printer properties are stored.
If the function fails then the return value is an error code.
If the function succeeds then the return value is S_OK.