ReStorePrinterOptions

<< Click to Display Table of Contents >>

Navigation:  Drivers API > IPXCPrinter Interface > Functions >

ReStorePrinterOptions


 

PRO SDK Icon ReStorePrinterOptions

 


 

The ReStorePrinterOptions function is used to restore printer options that the StorePrinterOptions function has been used to save. Please note that declarations are case-sensitive:

 

Declaration

 

C#

 

void ReStorePrinterOptions(IStream pStream);

 

C++

 

HRESULT ReStorePrinterOptions(IStreampStream);

 

VB

 

Sub ReStorePrinterOptions(pStream As IStream)

 

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.