This document is archived and information here might be outdated. Recommended version. |
The Spool File Name which shows up in the Print Manager.
[Visual Basic .NET]
Public Property SpoolFileName As String
[C#]
public string SpoolFileName {get; set;}
[C++]
HRESULT get_SpoolFileName(
BSTR SpoolFileName
);
[C++]
HRESULT put_SpoolFileName(
System.String* SpoolFileName
);
[C++] Parameters SpoolFileName [in]
SpoolFileName is a parameter of type BSTR SpoolFileName [out, retval]
SpoolFileName is a parameter of type BSTR*