SymPG_S.hsf 957 B

1234567891011121314151617
  1. [Main]
  2. Name=SymPG_S
  3. Type=Type
  4. Subtype=Structure
  5. Header Files=unknown.h
  6. Definition=typedef struct SymPrivateGlobals { unsigned char SPG_Ver; unsigned short SymTempFolCount; unsigned char *SymFolder,*SymName; HANDLE SymHandle, HomeHandle, MainHandle, DefTempHandle, DefFolderHandle; unsigned short SymErrCode; enum Bool CallStatFree; HANDLE FindHandle; unsigned short DefFolderName[SYM_LEN+1]; struct { FOLDER_TYPE Low, High, Cur; unsigned short CurOffset; } Find, Prev; } SymPG_S;
  7. MinAMS=2.00
  8. [Description]
  9. A structure describing a "symbol table private global structure".
  10. [Explanation]
  11. There is only one reason for using such a structure: saving the global variables pointed to by <A HREF="$$LINK(unknown.h/pSymPG)">pSymPG</A>.
  12. <BR><BR>
  13. <B>Note:</B> replacing the structure pointed to by <A HREF="$$LINK(unknown.h/pSymPG)">pSymPG</A> by an invalid structure may leave the system in an unstable state.
  14. <BR><BR>
  15. Any information is welcome.