CGopherFile::CGopherFile
此成員函式呼叫建構 CGopherFile 物件。
CGopherFile(
HINTERNET hFile,
CGopherLocator& refLocator,
CGopherConnection* pConnection
);
CGopherFile(
HINTERNET hFile,
HINTERNET hSession,
LPCTSTR pstrLocator,
DWORD dwLocLen,
DWORD_PTR dwContext
);
參數
hFile
為 HINTERNET 檔案的控制代碼。refLocator
CGopherLocator 對物件的參考。pConnection
為 CGopherConnection 物件的指標。hSession
對目前網際網路工作階段的控制代碼。pstrLocator
對應至字串的指標找出 Gopher 伺服器。 請參閱 Gopher 工作階段 Gopher 定位器。如需的詳細資訊。dwLocLen
包含位元組數的 DWORD。 pstrLocator。dwContext
要開啟之檔案的內容識別項的指標。
備註
在 Gopher 網際網路工作階段期間,您需要 CGopherFile 物件讀取檔案。
您絕對不會直接建立 CGopherFile 物件。 相反地,呼叫會開啟在 Gopher 伺服器之檔案的 CGopherConnection::OpenFile 。
需求
Header: afxinet.h