StorePrinterOptions

<< Click to Display Table of Contents >>

Navigation:  Printing Process > IPXCPrinter Interface > Functions >

StorePrinterOptions


 

DAPI_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. Please note that declarations 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.