SetRegInfo

<< Click to Display Table of Contents >>

Navigation:  Drivers API > IPXCPrinter Interface > Functions >

SetRegInfo


 

PRO SDK Icon SetRegInfo

 


 

The SetRegInfo function is used to set printer registration information. It is intended for use when registration information is not passed automatically during printer creation. Please note that declarations are case-sensitive:

 

Declaration

 

C#

 

void setreginfo(string pRegKeystring pDevCode);

 

C++

 

HRESULT setreginfo([inBSTR pRegKey, [inpDevCode);

 

VB

 

Sub setreginfo(pRegKey As StringpDevCode As String)