HiberOpen()

Overview

- Opens an hibernation file and fills a SANDMAN_OBJECT struct.
- Function will fail if file cannot be opened *or* contains invalid data


Syntax

PSANDMAN_OBJECT
HiberOpen(
   UCHAR FileName[]
);


Parameters

FileName. Path the the hibernation file.


Return Values

- NULL if open failed. Use GetLastError() to retrieve last error.
- Pointer to an allocated SANDMAN_OBJECT otherwise. The caller must call HiberClose() to free memory.



Sandman framework. (c) 2008. Matthieu Suiche(msuiche [at] gmail.com)