Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called to load document data from a stream.
virtual HRESULT LoadDocumentFromStream(
IStream* pStream,
DWORD dwGrfMode
);
Parameters
pStream
A pointer to a stream. This stream is supplied by the Shell.dwGrfMode
Access mode to the stream.
Return Value
S_OK if the load operation succeeds, otherwise HRESULT with an error code.
Remarks
You can override this method in a derived class to customize how to load data from the stream.
Requirements
Header: afxwin.h