Annotation of q_a/samples/minrec/rechook.h, revision 1.1.1.1

1.1       root        1: // ************************************************************************
                      2: //
                      3: //                      Microsoft Developer Support
                      4: //               Copyright (c) 1993 Microsoft Corporation
                      5: //
                      6: // ************************************************************************
                      7: // PROGRAM   : RecHook.H
                      8: // PURPOSE   : A Small Win32 Recorder-like Sample Application Hook DLL
                      9: //             Header File
                     10: // COMMENTS  :
                     11: // ************************************************************************
                     12: #ifndef RECHOOK_H
                     13: 
                     14:  #define RECHOOK_H
                     15: 
                     16:  // Global Defines
                     17:  // -----------------------------------------------------------------------
                     18: 
                     19:  // Public Function Prototypes
                     20:  // -----------------------------------------------------------------------
                     21:  BOOL StartJournalRecord( VOID );
                     22:  BOOL StopJournalRecord( VOID );
                     23:  BOOL StartJournalPlayback( VOID );
                     24:  BOOL StopJournalPlayback( VOID );
                     25:  BOOL StopAllJournalling( VOID );
                     26: 
                     27: #endif // RECHOOK_H

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.