CCommandLineInfo::m_strPrinterName

 

Stores the value of the second non-flag parameter on the command line.

Syntax

CString m_strPrinterName;

Remarks

This parameter is typically the name of the printer for a Print To shell command. The default implementation of ParseParam sets this data member only if the /pt flag was found on the command line.

Requirements

Header: afxwin.h

See Also

CCommandLineInfo Class
Hierarchy Chart
CCommandLineInfo::m_strFileName
CCommandLineInfo::m_strDriverName
CCommandLineInfo::m_strPortName
CWinApp::ProcessShellCommand