StorePrinterOptions

<< Click to Display Table of Contents >>

Navigation:  Drivers API > IPXCPrinter Interface > Functions >

StorePrinterOptions


 

PRO SDK Icon 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:

 

 

Declaration

 

C#

 

void StorePrinterOptions(IStream pStream);

 

C++

 

HRESULT StorePrinterOptions(IStreampStream);

 

VB

 

Sub StorePrinterOptions(pStream As IStream)

 

Parameters

 

pStream

Pointer to the IStream object into which printer properties are stored.

 

Return Values

 

If the function fails then the return value is an error code.

 

If the function succeeds then the return value is S_OK.