Annotation of mstools/mfc/samples/dlltrace/traceapi.h, revision 1.1.1.1

1.1       root        1: /* traceapi.h: Defines TRACER.DLL application interface
                      2: // This interface can be included by C or C++ code
                      3: //
                      4: // This is a part of the Microsoft Foundation Classes C++ library.
                      5: // Copyright (C) 1992 Microsoft Corporation
                      6: // All rights reserved.
                      7: //
                      8: // This source code is only intended as a supplement to the
                      9: // Microsoft Foundation Classes Reference and Microsoft
                     10: // QuickHelp documentation provided with the library.
                     11: // See these sources for detailed information regarding the
                     12: // Microsoft Foundation Classes product.
                     13: */
                     14: 
                     15: #ifdef __cplusplus
                     16: extern "C" {
                     17: #endif  /* __cplusplus */
                     18: 
                     19: struct TracerData
                     20: {
                     21:        BOOL    bEnabled;
                     22:        UINT    flags;
                     23: };
                     24: 
                     25: BOOL FAR PASCAL _export PromptTraceFlags(TracerData FAR* lpData);
                     26: 
                     27: BOOL FAR PASCAL _export FilterDllMsg(LPMSG lpMsg);
                     28: 
                     29: #ifdef __cplusplus
                     30: }
                     31: #endif

unix.superglobalmegacorp.com

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