Changeset 3834 for branches/GRACE/src/win32k/include/myExecPgm.h
- Timestamp:
 - Jul 17, 2000, 12:43:41 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/GRACE/src/win32k/include/myExecPgm.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/GRACE/src/win32k/include/myExecPgm.h
r2828 r3834 1 /* $Id: myExecPgm.h,v 1.1 2000-02-19 08:41:10bird Exp $1 /* $Id: myExecPgm.h,v 1.1.4.1 2000-07-16 22:43:31 bird Exp $ 2 2 * 3 3 * Desclarations for buffer.asm and mytkExecPgm. … … 12 12 #define _myExecPgm_h_ 13 13 14 /******************************************************************************* 15 * Defined Constants And Macros * 16 *******************************************************************************/ 17 #define CB_BUFFER 1536 /* This is to be updated in the files buffer.asm and tkExecPgm too! */ 18 #define CCH_FILENAME 261 /* This is to be updated in the files buffer.asm and tkExecPgm too! */ 19 20 21 /******************************************************************************* 22 * Structures and Typedefs * 23 *******************************************************************************/ 24 #pragma pack(1) 25 typedef struct _EXECPGMBUFFER 26 { 27 char szFilename[CCH_FILENAME]; /* Executable filename. */ 28 char achArgs[CB_BUFFER - CCH_FILENAME]; /* collection of ASCIIZ which ends with an empty string */ 29 } EXECPGMBUFFER, *PEXECPGMBUFFER; 30 #pragma pack() 31 32 33 /******************************************************************************* 34 * Functions Prototypes * 35 *******************************************************************************/ 36 PEXECPGMBUFFER _Optlink QueryBufferPointerFromFilename(const char *pszFilename); 14 /* obsolete */ 37 15 38 16 #endif  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  