Source code of Windows XP (NT5)
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.

127 lines
3.0 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: dbgapi.cxx
  7. //
  8. // Notes: This file is automatically generated
  9. // Do not modify by hand
  10. //
  11. // History: Fri May 27 10:39:02 1994 Generated
  12. //
  13. //----------------------------------------------------------------------------
  14. #include <headers.cxx>
  15. #pragma hdrstop
  16. #if DBG == 1
  17. char *apszApiNames[] =
  18. {
  19. "CoInitialize"
  20. , "CoUninitialize"
  21. , "CoGetClassObject"
  22. , "CoRegisterClassObject"
  23. , "CoRevokeClassObject"
  24. , "CoMarshalInterface"
  25. , "CoUnmarshalInterface"
  26. , "CoReleaseMarshalData"
  27. , "CoDisconnectObject"
  28. , "CoLockObjectExternal"
  29. , "CoGetStandardMarshal"
  30. , "CoIsHandlerConnected"
  31. , "CoFreeAllLibraries"
  32. , "CoFreeUnusedLibraries"
  33. , "CoCreateInstance"
  34. , "CLSIDFromString"
  35. , "CoIsOle1Class"
  36. , "ProgIDFromCLSID"
  37. , "CLSIDFromProgID"
  38. , "CoCreateGuid"
  39. , "CoFileTimeToDosDateTime"
  40. , "CoDosDateTimeToFileTime"
  41. , "CoFileTimeNow"
  42. , "CoRegisterMessageFilter"
  43. , "CoGetTreatAsClass"
  44. , "CoTreatAsClass"
  45. , "DllGetClassObject"
  46. , "StgCreateDocfile"
  47. , "StgCreateDocfileOnILockBytes"
  48. , "StgOpenStorage"
  49. , "StgOpenStorageOnILockBytes"
  50. , "StgIsStorageFile"
  51. , "StgIsStorageILockBytes"
  52. , "StgSetTimes"
  53. , "CreateDataAdviseHolder"
  54. , "CreateDataCache"
  55. , "BindMoniker"
  56. , "MkParseDisplayName"
  57. , "MonikerRelativePathTo"
  58. , "MonikerCommonPrefixWith"
  59. , "CreateBindCtx"
  60. , "CreateGenericComposite"
  61. , "GetClassFile"
  62. , "CreateFileMoniker"
  63. , "CreateItemMoniker"
  64. , "CreateAntiMoniker"
  65. , "CreatePointerMoniker"
  66. , "GetRunningObjectTable"
  67. , "ReadClassStg"
  68. , "WriteClassStg"
  69. , "ReadClassStm"
  70. , "WriteClassStm"
  71. , "WriteFmtUserTypeStg"
  72. , "ReadFmtUserTypeStg"
  73. , "OleInitialize"
  74. , "OleUninitialize"
  75. , "OleQueryLinkFromData"
  76. , "OleQueryCreateFromData"
  77. , "OleCreate"
  78. , "OleCreateFromData"
  79. , "OleCreateLinkFromData"
  80. , "OleCreateStaticFromData"
  81. , "OleCreateLink"
  82. , "OleCreateLinkToFile"
  83. , "OleCreateFromFile"
  84. , "OleLoad"
  85. , "OleSave"
  86. , "OleLoadFromStream"
  87. , "OleSaveToStream"
  88. , "OleSetContainedObject"
  89. , "OleNoteObjectVisible"
  90. , "RegisterDragDrop"
  91. , "RevokeDragDrop"
  92. , "DoDragDrop"
  93. , "OleSetClipboard"
  94. , "OleGetClipboard"
  95. , "OleFlushClipboard"
  96. , "OleIsCurrentClipboard"
  97. , "OleCreateMenuDescriptor"
  98. , "OleSetMenuDescriptor"
  99. , "OleDestroyMenuDescriptor"
  100. , "OleDraw"
  101. , "OleRun"
  102. , "OleIsRunning"
  103. , "OleLockRunning"
  104. , "CreateOleAdviseHolder"
  105. , "OleCreateDefaultHandler"
  106. , "OleCreateEmbeddingHelper"
  107. , "OleRegGetUserType"
  108. , "OleRegGetMiscStatus"
  109. , "OleRegEnumFormatEtc"
  110. , "OleRegEnumVerbs"
  111. , "OleConvertIStorageToOLESTREAM"
  112. , "OleConvertOLESTREAMToIStorage"
  113. , "OleConvertIStorageToOLESTREAMEx"
  114. , "OleConvertOLESTREAMToIStorageEx"
  115. , "OleDoAutoConvert"
  116. , "OleGetAutoConvert"
  117. , "OleSetAutoConvert"
  118. , "GetConvertStg"
  119. , "SetConvertStg"
  120. , "ReadOleStg"
  121. , "WriteOleStg"
  122. };
  123. #endif // DBG