Annotation of pmsdk/samples/opendlg/data.c, revision 1.1.1.1

1.1       root        1: /***************************************************************************\
                      2: * DATA.C -- This file contains per process global variables
                      3: * Created by Microsoft Corporation, 1989
                      4: \***************************************************************************/
                      5: 
                      6: #define NO_DOS
                      7: #define NO_GPI
                      8: #include "tool.h"
                      9: 
                     10: /*
                     11:    This library uses a NON SHARED DATA selector.  This means each
                     12:    process using the library gets its own selector, and also that
                     13:    values cannot be shared and must be recreated for each process.
                     14: */
                     15: 
                     16: HMODULE vhModule;            /* Library module handle */
                     17: HHEAP  vhheap;               /* Library heap */
                     18: 
                     19: PSTR   vrgsz[CSTRINGS];      /* Array of pointer to our strings (indexed
                     20:                                 by IDS_... */

unix.superglobalmegacorp.com

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