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.

34 lines
1.3 KiB

  1. LIBRARY dpmfprf
  2. ; The ordinals in this list must match the order of the API's in the enum list
  3. ; in mvdm\inc\dpmf_prf.h
  4. EXPORTS
  5. DpmInitFamTable
  6. DpmDestroyFamTable
  7. dpmGetPrivateProfileInt @1
  8. dpmGetPrivateProfileString @2
  9. dpmGetProfileInt @3
  10. dpmGetProfileString @4
  11. dpmWritePrivateProfileString @5
  12. dpmWriteProfileString @6
  13. dpmWritePrivateProfileSection @7
  14. dpmGetPrivateProfileSection @8
  15. dpmGetPrivateProfileSectionNames @9
  16. dpmGetPrivateProfileStruct @10
  17. dpmWritePrivateProfileStruct @11
  18. dpmWriteProfileSection @12
  19. dpmGetProfileSection @13
  20. dpmGetPrivateProfileIntW @14
  21. dpmGetPrivateProfileStringW @15
  22. dpmGetProfileIntW @16
  23. dpmGetProfileStringW @17
  24. dpmWritePrivateProfileStringW @18
  25. dpmWriteProfileStringW @19
  26. dpmWritePrivateProfileSectionW @20
  27. dpmGetPrivateProfileSectionW @21
  28. dpmGetPrivateProfileSectionNamesW @22
  29. dpmGetPrivateProfileStructW @23
  30. dpmWritePrivateProfileStructW @24
  31. dpmWriteProfileSectionW @25
  32. dpmGetProfileSectionW @26