Annotation of mstools/samples/midimon/instdata.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * instdata.h
        !             3:  */
        !             4: 
        !             5: /* Structure to pass instance data from the application
        !             6:    to the low-level callback function.
        !             7:  */
        !             8: typedef struct callbackInstance_tag
        !             9: {
        !            10:     HWND                hWnd;
        !            11:     HANDLE              hSelf;  
        !            12:     DWORD               dwDevice;
        !            13:     LPCIRCULARBUFFER    lpBuf;
        !            14:     HMIDIOUT            hMapper;
        !            15: } CALLBACKINSTANCEDATA;
        !            16: typedef CALLBACKINSTANCEDATA FAR *LPCALLBACKINSTANCEDATA;
        !            17: 
        !            18: /* Function prototypes
        !            19:  */
        !            20: LPCALLBACKINSTANCEDATA FAR PASCAL AllocCallbackInstanceData(void);
        !            21: void FAR PASCAL FreeCallbackInstanceData(LPCALLBACKINSTANCEDATA lpBuf);
        !            22: 

unix.superglobalmegacorp.com

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