CStdioFile::m_pStream
The m_pStream data member is the pointer to an open file as returned by the C run-time function fopen.
FILE* m_pStream;
Remarks
It is NULL if the file has never been opened or has been closed.
Requirements
Header: afx.h
Ta przeglądarka nie jest już obsługiwana.
Przejdź na przeglądarkę Microsoft Edge, aby korzystać z najnowszych funkcji, aktualizacji zabezpieczeń i pomocy technicznej.
The m_pStream data member is the pointer to an open file as returned by the C run-time function fopen.
FILE* m_pStream;
It is NULL if the file has never been opened or has been closed.
Header: afx.h