Description

GrePlayJournalFile plays a journal file to the specified DC.

This function is supported by the graphics engine.

#define INCL_GRE_JOURNALING
#include <os2.h>

HDC      hdc;        /*  Device context handle. */
ULONG    hJournal;   /*  Journal file handle. */
PVOID    pInstance;  /*  Pointer to instance data. */
ULONG    lFunction;  /*  High-order WORD=flags; low-order WORD=NGrePlayJournalFile. */
BOOL     fSuccess;   /*  Return codes. */

fSuccess = GrePlayJournalFile(hdc, hJournal,
             pInstance, lFunction);


[Back: GrePlayJournalFile]
[Next: GrePlayJournalFile Parameter - hdc]