Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
539 B

  1. LIBRARY SYNCUI
  2. CODE MOVEABLE DISCARDABLE
  3. DATA PRELOAD MOVEABLE SINGLE
  4. HEAPSIZE 1024
  5. SEGMENTS
  6. INIT_TEXT PRELOAD
  7. COMMON_TEXT PRELOAD
  8. DLGS_TEXT LOADONCALL
  9. EXTRA_TEXT LOADONCALL
  10. EXPORTS
  11. DllCanUnloadNow @2 ; DLL unloading
  12. Brief_RunOnlyOnce @3 ; Setup time
  13. Brief_GetPages @40 ; Property pages
  14. Brief_CMHandler @42 ; Context menu handler
  15. ; Briefcase functions
  16. Brief_Init @50