<< Click to Display Table of Contents >> Navigation: Drivers API > IPXCPrinter Interface > Functions > 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:
C#
void setreginfo(string pRegKey, string pDevCode);
C++
HRESULT setreginfo([in] BSTR pRegKey, [in] pDevCode);
VB
Sub setreginfo(pRegKey As String, pDevCode As String)