Annotation of mstools/ole20/h/lrpcmon.h, revision 1.1.1.1

1.1       root        1: #ifndef _LRPCMON_H
                      2: #define _LRPCMON_H
                      3: 
                      4: // Creates a window and registers it with LRPC.  Also saves the address, size
                      5: // of the given static buffer; address of Notification routine.
                      6: //
                      7: // For every LRPC message processed LRPC posts an identical message to this
                      8: // window.  The message is processed: it content is formatted into the buffer.
                      9: // It then calls the notification routine.
                     10: //
                     11: STDAPI_(BOOL) StartMonitor(HINSTANCE hInst, FARPROC pNotify,
                     12:                                             LPSTR pBuf, DWORD dwBufSize);
                     13: 
                     14: STDAPI_(void) StopMonitor(void);
                     15: 
                     16: #define MINBUFSIZE 32 /* Minimum buffer size passed to StartMonitor */
                     17: 
                     18: #endif

unix.superglobalmegacorp.com

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