CPrintDialogEx::GetDeviceName
呼叫這個函式會在呼叫 DoModal 之後擷取目前選取的印表機名稱,或在呼叫 GetDefaults 稍後擷取預設印表機的名稱。
CString GetDeviceName( ) const;
傳回值
目前選取的印表機名稱。
備註
使用指標 GetDeviceName 傳回的 CString 物件做為 lpszDeviceName 的值對 CDC::CreateDC。
需求
Header: afxdlgs.h
呼叫這個函式會在呼叫 DoModal 之後擷取目前選取的印表機名稱,或在呼叫 GetDefaults 稍後擷取預設印表機的名稱。
CString GetDeviceName( ) const;
目前選取的印表機名稱。
使用指標 GetDeviceName 傳回的 CString 物件做為 lpszDeviceName 的值對 CDC::CreateDC。
Header: afxdlgs.h