IFileDocument.OpenPhysicalMemory Method
Top
Declaration
Automation:
void
OpenPhysicalMemory
( ) ;
Native (C++):
HRESULT
OpenPhysicalMemory
( ) ;
Return Value
S_OK or standard OLE error code.
Remarks
Open read only access to computer physical memory. Supported only on Windows 2000 and Windows XP.
Top