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.

620 lines
20 KiB

  1. MONITOR(GdipDisplayPaletteWindowNotify),
  2. MONITOR(GdipCreatePath),
  3. MONITOR(GdipCreatePath2),
  4. MONITOR(GdipCreatePath2I),
  5. MONITOR(GdipClonePath),
  6. MONITOR(GdipDeletePath),
  7. MONITOR(GdipResetPath),
  8. MONITOR(GdipGetPointCount),
  9. MONITOR(GdipGetPathTypes),
  10. MONITOR(GdipGetPathPoints),
  11. MONITOR(GdipGetPathPointsI),
  12. MONITOR(GdipGetPathFillMode),
  13. MONITOR(GdipSetPathFillMode),
  14. MONITOR(GdipSetPathData),
  15. MONITOR(GdipGetPathData),
  16. MONITOR(GdipStartPathFigure),
  17. MONITOR(GdipClosePathFigure),
  18. MONITOR(GdipClosePathFigures),
  19. MONITOR(GdipSetPathMarker),
  20. MONITOR(GdipClearPathMarkers),
  21. MONITOR(GdipReversePath),
  22. MONITOR(GdipGetPathLastPoint),
  23. MONITOR(GdipAddPathLine),
  24. MONITOR(GdipAddPathLineI),
  25. MONITOR(GdipAddPathLine2),
  26. MONITOR(GdipAddPathLine2I),
  27. MONITOR(GdipAddPathArc),
  28. MONITOR(GdipAddPathArcI),
  29. MONITOR(GdipAddPathBezier),
  30. MONITOR(GdipAddPathBezierI),
  31. MONITOR(GdipAddPathBeziers),
  32. MONITOR(GdipAddPathBeziersI),
  33. MONITOR(GdipAddPathCurve),
  34. MONITOR(GdipAddPathCurveI),
  35. MONITOR(GdipAddPathCurve2),
  36. MONITOR(GdipAddPathCurve2I),
  37. MONITOR(GdipAddPathCurve3),
  38. MONITOR(GdipAddPathCurve3I),
  39. MONITOR(GdipAddPathClosedCurve),
  40. MONITOR(GdipAddPathClosedCurveI),
  41. MONITOR(GdipAddPathClosedCurve2),
  42. MONITOR(GdipAddPathClosedCurve2I),
  43. MONITOR(GdipAddPathRectangle),
  44. MONITOR(GdipAddPathRectangleI),
  45. MONITOR(GdipAddPathRectangles),
  46. MONITOR(GdipAddPathRectanglesI),
  47. MONITOR(GdipAddPathEllipse),
  48. MONITOR(GdipAddPathEllipseI),
  49. MONITOR(GdipAddPathPie),
  50. MONITOR(GdipAddPathPieI),
  51. MONITOR(GdipAddPathPolygon),
  52. MONITOR(GdipAddPathPolygonI),
  53. MONITOR(GdipAddPathPath),
  54. MONITOR(GdipAddPathString),
  55. MONITOR(GdipAddPathStringI),
  56. MONITOR(GdipFlattenPath),
  57. MONITOR(GdipWidenPath),
  58. MONITOR(GdipWidenPathWithMinimumResolutions),
  59. MONITOR(GdipWindingModeOutline),
  60. MONITOR(GdipWarpPath),
  61. MONITOR(GdipTransformPath),
  62. MONITOR(GdipGetPathWorldBounds),
  63. MONITOR(GdipGetPathWorldBoundsI),
  64. MONITOR(GdipIsVisiblePathPoint),
  65. MONITOR(GdipIsVisiblePathPointI),
  66. MONITOR(GdipIsOutlineVisiblePathPoint),
  67. MONITOR(GdipIsOutlineVisiblePathPointI),
  68. MONITOR(GdipCreatePathIter),
  69. MONITOR(GdipDeletePathIter),
  70. MONITOR(GdipPathIterNextSubpath),
  71. MONITOR(GdipPathIterNextSubpathPath),
  72. MONITOR(GdipPathIterNextPathType),
  73. MONITOR(GdipPathIterNextMarker),
  74. MONITOR(GdipPathIterNextMarkerPath),
  75. MONITOR(GdipPathIterGetCount),
  76. MONITOR(GdipPathIterGetSubpathCount),
  77. MONITOR(GdipPathIterIsValid),
  78. MONITOR(GdipPathIterHasCurve),
  79. MONITOR(GdipPathIterRewind),
  80. MONITOR(GdipPathIterEnumerate),
  81. MONITOR(GdipPathIterCopyData),
  82. MONITOR(GdipCreateMatrix),
  83. MONITOR(GdipCreateMatrix2),
  84. MONITOR(GdipCreateMatrix3),
  85. MONITOR(GdipCreateMatrix3I),
  86. MONITOR(GdipCloneMatrix),
  87. MONITOR(GdipDeleteMatrix),
  88. MONITOR(GdipSetMatrixElements),
  89. MONITOR(GdipMultiplyMatrix),
  90. MONITOR(GdipTranslateMatrix),
  91. MONITOR(GdipScaleMatrix),
  92. MONITOR(GdipRotateMatrix),
  93. MONITOR(GdipShearMatrix),
  94. MONITOR(GdipInvertMatrix),
  95. MONITOR(GdipTransformMatrixPoints),
  96. MONITOR(GdipTransformMatrixPointsI),
  97. MONITOR(GdipVectorTransformMatrixPoints),
  98. MONITOR(GdipVectorTransformMatrixPointsI),
  99. MONITOR(GdipGetMatrixElements),
  100. MONITOR(GdipIsMatrixInvertible),
  101. MONITOR(GdipIsMatrixIdentity),
  102. MONITOR(GdipIsMatrixEqual),
  103. MONITOR(GdipCreateRegion),
  104. MONITOR(GdipCreateRegionRect),
  105. MONITOR(GdipCreateRegionRectI),
  106. MONITOR(GdipCreateRegionPath),
  107. MONITOR(GdipCreateRegionRgnData),
  108. MONITOR(GdipCreateRegionHrgn),
  109. MONITOR(GdipCloneRegion),
  110. MONITOR(GdipDeleteRegion),
  111. MONITOR(GdipSetInfinite),
  112. MONITOR(GdipSetEmpty),
  113. MONITOR(GdipCombineRegionRect),
  114. MONITOR(GdipCombineRegionRectI),
  115. MONITOR(GdipCombineRegionPath),
  116. MONITOR(GdipCombineRegionRegion),
  117. MONITOR(GdipTranslateRegion),
  118. MONITOR(GdipTranslateRegionI),
  119. MONITOR(GdipTransformRegion),
  120. MONITOR(GdipGetRegionBounds),
  121. MONITOR(GdipGetRegionBoundsI),
  122. MONITOR(GdipGetRegionHRgn),
  123. MONITOR(GdipIsEmptyRegion),
  124. MONITOR(GdipIsInfiniteRegion),
  125. MONITOR(GdipIsEqualRegion),
  126. MONITOR(GdipGetRegionDataSize),
  127. MONITOR(GdipGetRegionData),
  128. MONITOR(GdipIsVisibleRegionPoint),
  129. MONITOR(GdipIsVisibleRegionPointI),
  130. MONITOR(GdipIsVisibleRegionRect),
  131. MONITOR(GdipIsVisibleRegionRectI),
  132. MONITOR(GdipGetRegionScansCount),
  133. MONITOR(GdipGetRegionScans),
  134. MONITOR(GdipGetRegionScansI),
  135. MONITOR(GdipCloneBrush),
  136. MONITOR(GdipDeleteBrush),
  137. MONITOR(GdipGetBrushType),
  138. MONITOR(GdipCreateHatchBrush),
  139. MONITOR(GdipGetHatchStyle),
  140. MONITOR(GdipGetHatchForegroundColor),
  141. MONITOR(GdipGetHatchBackgroundColor),
  142. MONITOR(GdipCreateTexture),
  143. MONITOR(GdipCreateTexture2),
  144. MONITOR(GdipCreateTextureIA),
  145. MONITOR(GdipCreateTexture2I),
  146. MONITOR(GdipSetTextureTransform),
  147. MONITOR(GdipGetTextureTransform),
  148. MONITOR(GdipResetTextureTransform),
  149. MONITOR(GdipMultiplyTextureTransform),
  150. MONITOR(GdipTranslateTextureTransform),
  151. MONITOR(GdipScaleTextureTransform),
  152. MONITOR(GdipRotateTextureTransform),
  153. MONITOR(GdipSetTextureWrapMode),
  154. MONITOR(GdipGetTextureWrapMode),
  155. MONITOR(GdipGetTextureImage),
  156. MONITOR(GdipCreateSolidFill),
  157. MONITOR(GdipSetSolidFillColor),
  158. MONITOR(GdipGetSolidFillColor),
  159. MONITOR(GdipCreateLineBrush),
  160. MONITOR(GdipCreateLineBrushI),
  161. MONITOR(GdipCreateLineBrushFromRect),
  162. MONITOR(GdipCreateLineBrushFromRectI),
  163. MONITOR(GdipCreateLineBrushFromRectWithAngle),
  164. MONITOR(GdipCreateLineBrushFromRectWithAngleI),
  165. MONITOR(GdipSetLineColors),
  166. MONITOR(GdipGetLineColors),
  167. MONITOR(GdipGetLineRect),
  168. MONITOR(GdipGetLineRectI),
  169. MONITOR(GdipSetLineGammaCorrection),
  170. MONITOR(GdipGetLineGammaCorrection),
  171. MONITOR(GdipGetLineBlendCount),
  172. MONITOR(GdipGetLineBlend),
  173. MONITOR(GdipSetLineBlend),
  174. MONITOR(GdipGetLinePresetBlendCount),
  175. MONITOR(GdipGetLinePresetBlend),
  176. MONITOR(GdipSetLinePresetBlend),
  177. MONITOR(GdipSetLineSigmaBlend),
  178. MONITOR(GdipSetLineLinearBlend),
  179. MONITOR(GdipSetLineWrapMode),
  180. MONITOR(GdipGetLineWrapMode),
  181. MONITOR(GdipSetLineTransform),
  182. MONITOR(GdipGetLineTransform),
  183. MONITOR(GdipResetLineTransform),
  184. MONITOR(GdipMultiplyLineTransform),
  185. MONITOR(GdipTranslateLineTransform),
  186. MONITOR(GdipScaleLineTransform),
  187. MONITOR(GdipRotateLineTransform),
  188. MONITOR(GdipCreatePathGradient),
  189. MONITOR(GdipCreatePathGradientI),
  190. MONITOR(GdipCreatePathGradientFromPath),
  191. MONITOR(GdipGetPathGradientCenterColor),
  192. MONITOR(GdipSetPathGradientCenterColor),
  193. MONITOR(GdipGetPathGradientSurroundColorsWithCount),
  194. MONITOR(GdipSetPathGradientSurroundColorsWithCount),
  195. MONITOR(GdipGetPathGradientPath),
  196. MONITOR(GdipSetPathGradientPath),
  197. MONITOR(GdipGetPathGradientCenterPoint),
  198. MONITOR(GdipGetPathGradientCenterPointI),
  199. MONITOR(GdipSetPathGradientCenterPoint),
  200. MONITOR(GdipSetPathGradientCenterPointI),
  201. MONITOR(GdipGetPathGradientPointCount),
  202. MONITOR(GdipGetPathGradientSurroundColorCount),
  203. MONITOR(GdipGetPathGradientRect),
  204. MONITOR(GdipGetPathGradientRectI),
  205. MONITOR(GdipSetPathGradientGammaCorrection),
  206. MONITOR(GdipGetPathGradientGammaCorrection),
  207. MONITOR(GdipGetPathGradientBlendCount),
  208. MONITOR(GdipGetPathGradientBlend),
  209. MONITOR(GdipSetPathGradientBlend),
  210. MONITOR(GdipGetPathGradientPresetBlendCount),
  211. MONITOR(GdipGetPathGradientPresetBlend),
  212. MONITOR(GdipSetPathGradientPresetBlend),
  213. MONITOR(GdipSetPathGradientSigmaBlend),
  214. MONITOR(GdipSetPathGradientLinearBlend),
  215. MONITOR(GdipGetPathGradientWrapMode),
  216. MONITOR(GdipSetPathGradientWrapMode),
  217. MONITOR(GdipGetPathGradientTransform),
  218. MONITOR(GdipSetPathGradientTransform),
  219. MONITOR(GdipResetPathGradientTransform),
  220. MONITOR(GdipMultiplyPathGradientTransform),
  221. MONITOR(GdipTranslatePathGradientTransform),
  222. MONITOR(GdipScalePathGradientTransform),
  223. MONITOR(GdipRotatePathGradientTransform),
  224. MONITOR(GdipGetPathGradientFocusScales),
  225. MONITOR(GdipSetPathGradientFocusScales),
  226. MONITOR(GdipCreatePen1),
  227. MONITOR(GdipCreatePen2),
  228. MONITOR(GdipClonePen),
  229. MONITOR(GdipDeletePen),
  230. MONITOR(GdipSetPenWidth),
  231. MONITOR(GdipGetPenWidth),
  232. MONITOR(GdipSetPenUnit),
  233. MONITOR(GdipGetPenUnit),
  234. MONITOR(GdipSetPenLineCap197819),
  235. MONITOR(GdipSetPenStartCap),
  236. MONITOR(GdipSetPenEndCap),
  237. MONITOR(GdipSetPenDashCap197819),
  238. MONITOR(GdipGetPenStartCap),
  239. MONITOR(GdipGetPenEndCap),
  240. MONITOR(GdipGetPenDashCap197819),
  241. MONITOR(GdipSetPenLineJoin),
  242. MONITOR(GdipGetPenLineJoin),
  243. MONITOR(GdipSetPenCustomStartCap),
  244. MONITOR(GdipGetPenCustomStartCap),
  245. MONITOR(GdipSetPenCustomEndCap),
  246. MONITOR(GdipGetPenCustomEndCap),
  247. MONITOR(GdipSetPenMiterLimit),
  248. MONITOR(GdipGetPenMiterLimit),
  249. MONITOR(GdipSetPenMode),
  250. MONITOR(GdipGetPenMode),
  251. MONITOR(GdipSetPenTransform),
  252. MONITOR(GdipGetPenTransform),
  253. MONITOR(GdipResetPenTransform),
  254. MONITOR(GdipMultiplyPenTransform),
  255. MONITOR(GdipTranslatePenTransform),
  256. MONITOR(GdipScalePenTransform),
  257. MONITOR(GdipRotatePenTransform),
  258. MONITOR(GdipSetPenColor),
  259. MONITOR(GdipGetPenColor),
  260. MONITOR(GdipSetPenBrushFill),
  261. MONITOR(GdipGetPenBrushFill),
  262. MONITOR(GdipGetPenFillType),
  263. MONITOR(GdipGetPenDashStyle),
  264. MONITOR(GdipSetPenDashStyle),
  265. MONITOR(GdipGetPenDashOffset),
  266. MONITOR(GdipSetPenDashOffset),
  267. MONITOR(GdipGetPenDashCount),
  268. MONITOR(GdipSetPenDashArray),
  269. MONITOR(GdipGetPenDashArray),
  270. MONITOR(GdipGetPenCompoundCount),
  271. MONITOR(GdipSetPenCompoundArray),
  272. MONITOR(GdipGetPenCompoundArray),
  273. MONITOR(GdipCreateCustomLineCap),
  274. MONITOR(GdipCloneCustomLineCap),
  275. MONITOR(GdipGetCustomLineCapType),
  276. MONITOR(GdipDeleteCustomLineCap),
  277. MONITOR(GdipSetCustomLineCapStrokeCaps),
  278. MONITOR(GdipGetCustomLineCapStrokeCaps),
  279. MONITOR(GdipSetCustomLineCapStrokeJoin),
  280. MONITOR(GdipGetCustomLineCapStrokeJoin),
  281. MONITOR(GdipSetCustomLineCapBaseCap),
  282. MONITOR(GdipGetCustomLineCapBaseCap),
  283. MONITOR(GdipSetCustomLineCapBaseInset),
  284. MONITOR(GdipGetCustomLineCapBaseInset),
  285. MONITOR(GdipSetCustomLineCapWidthScale),
  286. MONITOR(GdipGetCustomLineCapWidthScale),
  287. MONITOR(GdipCreateAdjustableArrowCap),
  288. MONITOR(GdipSetAdjustableArrowCapHeight),
  289. MONITOR(GdipGetAdjustableArrowCapHeight),
  290. MONITOR(GdipSetAdjustableArrowCapWidth),
  291. MONITOR(GdipGetAdjustableArrowCapWidth),
  292. MONITOR(GdipSetAdjustableArrowCapMiddleInset),
  293. MONITOR(GdipGetAdjustableArrowCapMiddleInset),
  294. MONITOR(GdipSetAdjustableArrowCapFillState),
  295. MONITOR(GdipGetAdjustableArrowCapFillState),
  296. MONITOR(GdipLoadImageFromStream),
  297. MONITOR(GdipLoadImageFromFile),
  298. MONITOR(GdipLoadImageFromStreamICM),
  299. MONITOR(GdipLoadImageFromFileICM),
  300. MONITOR(GdipGetEncoderParameterListSize),
  301. MONITOR(GdipGetEncoderParameterList),
  302. MONITOR(GdipSaveImageToStream),
  303. MONITOR(GdipSaveImageToFile),
  304. MONITOR(GdipSaveAdd),
  305. MONITOR(GdipSaveAddImage),
  306. MONITOR(GdipImageGetFrameDimensionsCount),
  307. MONITOR(GdipImageGetFrameDimensionsList),
  308. MONITOR(GdipImageGetFrameCount),
  309. MONITOR(GdipImageSelectActiveFrame),
  310. MONITOR(GdipImageRotateFlip),
  311. MONITOR(GdipGetPropertyCount),
  312. MONITOR(GdipGetPropertyIdList),
  313. MONITOR(GdipGetPropertyItemSize),
  314. MONITOR(GdipGetPropertyItem),
  315. MONITOR(GdipGetPropertySize),
  316. MONITOR(GdipGetAllPropertyItems),
  317. MONITOR(GdipRemovePropertyItem),
  318. MONITOR(GdipSetPropertyItem),
  319. MONITOR(GdipCloneImage),
  320. MONITOR(GdipDisposeImage),
  321. MONITOR(GdipGetImageGraphicsContext),
  322. MONITOR(GdipGetImageBounds),
  323. MONITOR(GdipGetImageDimension),
  324. MONITOR(GdipGetImageWidth),
  325. MONITOR(GdipGetImageHeight),
  326. MONITOR(GdipGetImageHorizontalResolution),
  327. MONITOR(GdipGetImageVerticalResolution),
  328. MONITOR(GdipGetImageFlags),
  329. MONITOR(GdipGetImageRawFormat),
  330. MONITOR(GdipGetImagePixelFormat),
  331. MONITOR(GdipGetImagePalette),
  332. MONITOR(GdipSetImagePalette),
  333. MONITOR(GdipGetImagePaletteSize),
  334. MONITOR(GdipGetImageType),
  335. MONITOR(GdipGetImageThumbnail),
  336. MONITOR(GdipImageForceValidation),
  337. MONITOR(GdipCreateBitmapFromStream),
  338. MONITOR(GdipCreateBitmapFromFile),
  339. MONITOR(GdipCreateBitmapFromStreamICM),
  340. MONITOR(GdipCreateBitmapFromFileICM),
  341. MONITOR(GdipCreateBitmapFromScan0),
  342. MONITOR(GdipCreateBitmapFromGraphics),
  343. MONITOR(GdipCreateBitmapFromDirectDrawSurface),
  344. MONITOR(GdipCreateBitmapFromGdiDib),
  345. MONITOR(GdipCreateBitmapFromHBITMAP),
  346. MONITOR(GdipCreateHBITMAPFromBitmap),
  347. MONITOR(GdipCreateBitmapFromHICON),
  348. MONITOR(GdipCreateBitmapFromResource),
  349. MONITOR(GdipCreateHICONFromBitmap),
  350. MONITOR(GdipCloneBitmapArea),
  351. MONITOR(GdipCloneBitmapAreaI),
  352. MONITOR(GdipBitmapLockBits),
  353. MONITOR(GdipBitmapUnlockBits),
  354. MONITOR(GdipBitmapGetPixel),
  355. MONITOR(GdipBitmapSetPixel),
  356. MONITOR(GdipBitmapSetResolution),
  357. MONITOR(GdipCreateImageAttributes),
  358. MONITOR(GdipCloneImageAttributes),
  359. MONITOR(GdipDisposeImageAttributes),
  360. MONITOR(GdipSetImageAttributesToIdentity),
  361. MONITOR(GdipResetImageAttributes),
  362. MONITOR(GdipSetImageAttributesColorMatrix),
  363. MONITOR(GdipSetImageAttributesThreshold),
  364. MONITOR(GdipSetImageAttributesGamma),
  365. MONITOR(GdipSetImageAttributesNoOp),
  366. MONITOR(GdipSetImageAttributesColorKeys),
  367. MONITOR(GdipSetImageAttributesOutputChannel),
  368. MONITOR(GdipSetImageAttributesOutputChannelColorProfile),
  369. MONITOR(GdipSetImageAttributesRemapTable),
  370. MONITOR(GdipSetImageAttributesCachedBackground),
  371. MONITOR(GdipSetImageAttributesWrapMode),
  372. MONITOR(GdipSetImageAttributesICMMode),
  373. MONITOR(GdipGetImageAttributesAdjustedPalette),
  374. MONITOR(GdipCreateFromHDC),
  375. MONITOR(GdipCreateFromHDC2),
  376. MONITOR(GdipCreateFromHWND),
  377. MONITOR(GdipCreateFromHWNDICM),
  378. MONITOR(GdipDeleteGraphics),
  379. MONITOR(GdipFlush),
  380. MONITOR(GdipSetRenderingOrigin),
  381. MONITOR(GdipGetRenderingOrigin),
  382. MONITOR(GdipSetCompositingMode),
  383. MONITOR(GdipGetCompositingMode),
  384. MONITOR(GdipSetCompositingQuality),
  385. MONITOR(GdipGetCompositingQuality),
  386. MONITOR(GdipSetSmoothingMode),
  387. MONITOR(GdipGetSmoothingMode),
  388. MONITOR(GdipSetPixelOffsetMode),
  389. MONITOR(GdipGetPixelOffsetMode),
  390. MONITOR(GdipSetTextRenderingHint),
  391. MONITOR(GdipSetTextGammaValue),
  392. MONITOR(GdipGetTextGammaValue),
  393. MONITOR(GdipSetTextContrast),
  394. MONITOR(GdipGetTextContrast),
  395. MONITOR(GdipGetTextRenderingHint),
  396. MONITOR(GdipSetInterpolationMode),
  397. MONITOR(GdipGetInterpolationMode),
  398. MONITOR(GdipSetWorldTransform),
  399. MONITOR(GdipResetWorldTransform),
  400. MONITOR(GdipMultiplyWorldTransform),
  401. MONITOR(GdipTranslateWorldTransform),
  402. MONITOR(GdipScaleWorldTransform),
  403. MONITOR(GdipRotateWorldTransform),
  404. MONITOR(GdipGetWorldTransform),
  405. MONITOR(GdipResetPageTransform),
  406. MONITOR(GdipGetPageUnit),
  407. MONITOR(GdipSetPageUnit),
  408. MONITOR(GdipGetPageScale),
  409. MONITOR(GdipSetPageScale),
  410. MONITOR(GdipGetDpiX),
  411. MONITOR(GdipGetDpiY),
  412. MONITOR(GdipTransformPoints),
  413. MONITOR(GdipTransformPointsI),
  414. MONITOR(GdipGetNearestColor),
  415. MONITOR(GdipDrawLine),
  416. MONITOR(GdipDrawLineI),
  417. MONITOR(GdipDrawLines),
  418. MONITOR(GdipDrawLinesI),
  419. MONITOR(GdipDrawArc),
  420. MONITOR(GdipDrawArcI),
  421. MONITOR(GdipDrawBezier),
  422. MONITOR(GdipDrawBezierI),
  423. MONITOR(GdipDrawBeziers),
  424. MONITOR(GdipDrawBeziersI),
  425. MONITOR(GdipDrawRectangle),
  426. MONITOR(GdipDrawRectangleI),
  427. MONITOR(GdipDrawRectangles),
  428. MONITOR(GdipDrawRectanglesI),
  429. MONITOR(GdipDrawEllipse),
  430. MONITOR(GdipDrawEllipseI),
  431. MONITOR(GdipDrawPie),
  432. MONITOR(GdipDrawPieI),
  433. MONITOR(GdipDrawPolygon),
  434. MONITOR(GdipDrawPolygonI),
  435. MONITOR(GdipDrawPath),
  436. MONITOR(GdipDrawCurve),
  437. MONITOR(GdipDrawCurveI),
  438. MONITOR(GdipDrawCurve2),
  439. MONITOR(GdipDrawCurve2I),
  440. MONITOR(GdipDrawCurve3),
  441. MONITOR(GdipDrawCurve3I),
  442. MONITOR(GdipDrawClosedCurve),
  443. MONITOR(GdipDrawClosedCurveI),
  444. MONITOR(GdipDrawClosedCurve2),
  445. MONITOR(GdipDrawClosedCurve2I),
  446. MONITOR(GdipGraphicsClear),
  447. MONITOR(GdipFillRectangle),
  448. MONITOR(GdipFillRectangleI),
  449. MONITOR(GdipFillRectangles),
  450. MONITOR(GdipFillRectanglesI),
  451. MONITOR(GdipFillPolygon),
  452. MONITOR(GdipFillPolygonI),
  453. MONITOR(GdipFillPolygon2),
  454. MONITOR(GdipFillPolygon2I),
  455. MONITOR(GdipFillEllipse),
  456. MONITOR(GdipFillEllipseI),
  457. MONITOR(GdipFillPie),
  458. MONITOR(GdipFillPieI),
  459. MONITOR(GdipFillPath),
  460. MONITOR(GdipFillClosedCurve),
  461. MONITOR(GdipFillClosedCurveI),
  462. MONITOR(GdipFillClosedCurve2),
  463. MONITOR(GdipFillClosedCurve2I),
  464. MONITOR(GdipFillRegion),
  465. MONITOR(GdipDrawString),
  466. MONITOR(GdipMeasureString),
  467. MONITOR(GdipMeasureCharacterRanges),
  468. MONITOR(GdipDrawDriverString),
  469. MONITOR(GdipMeasureDriverString),
  470. MONITOR(GdipGetFamilyName),
  471. MONITOR(GdipDrawImage),
  472. MONITOR(GdipDrawImageI),
  473. MONITOR(GdipDrawImageRect),
  474. MONITOR(GdipDrawImageRectI),
  475. MONITOR(GdipDrawImagePoints),
  476. MONITOR(GdipDrawImagePointsI),
  477. MONITOR(GdipDrawImagePointRect),
  478. MONITOR(GdipDrawImagePointRectI),
  479. MONITOR(GdipDrawImageRectRect),
  480. MONITOR(GdipDrawImageRectRectI),
  481. MONITOR(GdipDrawImagePointsRect),
  482. MONITOR(GdipDrawImagePointsRectI),
  483. MONITOR(GdipEnumerateMetafileDestPoint),
  484. MONITOR(GdipEnumerateMetafileDestPointI),
  485. MONITOR(GdipEnumerateMetafileDestRect),
  486. MONITOR(GdipEnumerateMetafileDestRectI),
  487. MONITOR(GdipEnumerateMetafileDestPoints),
  488. MONITOR(GdipEnumerateMetafileDestPointsI),
  489. MONITOR(GdipEnumerateMetafileSrcRectDestPoint),
  490. MONITOR(GdipEnumerateMetafileSrcRectDestPointI),
  491. MONITOR(GdipEnumerateMetafileSrcRectDestRect),
  492. MONITOR(GdipEnumerateMetafileSrcRectDestRectI),
  493. MONITOR(GdipEnumerateMetafileSrcRectDestPoints),
  494. MONITOR(GdipEnumerateMetafileSrcRectDestPointsI),
  495. MONITOR(GdipPlayMetafileRecord),
  496. MONITOR(GdipSetClipGraphics),
  497. MONITOR(GdipSetClipRect),
  498. MONITOR(GdipSetClipRectI),
  499. MONITOR(GdipSetClipPath),
  500. MONITOR(GdipSetClipRegion),
  501. MONITOR(GdipSetClipHrgn),
  502. MONITOR(GdipResetClip),
  503. MONITOR(GdipTranslateClip),
  504. MONITOR(GdipTranslateClipI),
  505. MONITOR(GdipGetClip),
  506. MONITOR(GdipGetClipBounds),
  507. MONITOR(GdipGetClipBoundsI),
  508. MONITOR(GdipIsClipEmpty),
  509. MONITOR(GdipGetVisibleClipBounds),
  510. MONITOR(GdipGetVisibleClipBoundsI),
  511. MONITOR(GdipIsVisibleClipEmpty),
  512. MONITOR(GdipIsVisiblePoint),
  513. MONITOR(GdipIsVisiblePointI),
  514. MONITOR(GdipIsVisibleRect),
  515. MONITOR(GdipIsVisibleRectI),
  516. MONITOR(GdipSaveGraphics),
  517. MONITOR(GdipRestoreGraphics),
  518. MONITOR(GdipBeginContainer),
  519. MONITOR(GdipBeginContainer2),
  520. MONITOR(GdipBeginContainerI),
  521. MONITOR(GdipEndContainer),
  522. MONITOR(GdipGetMetafileHeaderFromWmf),
  523. MONITOR(GdipGetMetafileHeaderFromEmf),
  524. MONITOR(GdipGetMetafileHeaderFromFile),
  525. MONITOR(GdipGetMetafileHeaderFromStream),
  526. MONITOR(GdipGetMetafileHeaderFromMetafile),
  527. MONITOR(GdipGetHemfFromMetafile),
  528. MONITOR(GdipCreateStreamOnFile),
  529. MONITOR(GdipCreateMetafileFromWmf),
  530. MONITOR(GdipCreateMetafileFromEmf),
  531. MONITOR(GdipCreateMetafileFromFile),
  532. MONITOR(GdipCreateMetafileFromWmfFile),
  533. MONITOR(GdipCreateMetafileFromStream),
  534. MONITOR(GdipRecordMetafile),
  535. MONITOR(GdipRecordMetafileI),
  536. MONITOR(GdipRecordMetafileFileName),
  537. MONITOR(GdipRecordMetafileFileNameI),
  538. MONITOR(GdipRecordMetafileStream),
  539. MONITOR(GdipRecordMetafileStreamI),
  540. MONITOR(GdipSetMetafileDownLevelRasterizationLimit),
  541. MONITOR(GdipGetMetafileDownLevelRasterizationLimit),
  542. MONITOR(GdipGetImageDecodersSize),
  543. MONITOR(GdipGetImageDecoders),
  544. MONITOR(GdipGetImageEncodersSize),
  545. MONITOR(GdipGetImageEncoders),
  546. MONITOR(GdipAlloc),
  547. MONITOR(GdipFree),
  548. MONITOR(GdipCreateFontFamilyFromName),
  549. MONITOR(GdipGetGenericFontFamilySansSerif),
  550. MONITOR(GdipGetGenericFontFamilySerif),
  551. MONITOR(GdipGetGenericFontFamilyMonospace),
  552. MONITOR(GdipCreateFont),
  553. MONITOR(GdipDeleteFontFamily),
  554. MONITOR(GdipCloneFontFamily),
  555. MONITOR(GdipGetFamily),
  556. MONITOR(GdipGetFontStyle),
  557. MONITOR(GdipGetLogFontA),
  558. MONITOR(GdipGetLogFontW),
  559. MONITOR(GdipGetFontSize),
  560. MONITOR(GdipGetFontUnit),
  561. MONITOR(GdipGetFontHeight),
  562. MONITOR(GdipGetFontHeightGivenDPI),
  563. MONITOR(GdipCloneFont),
  564. MONITOR(GdipDeleteFont),
  565. MONITOR(GdipGetGraphicsPixel),
  566. MONITOR(GdipGetDC),
  567. MONITOR(GdipReleaseDC),
  568. MONITOR(GdipComment),
  569. MONITOR(GdipIsStyleAvailable),
  570. MONITOR(GdipGetEmHeight),
  571. MONITOR(GdipGetCellAscent),
  572. MONITOR(GdipGetCellDescent),
  573. MONITOR(GdipGetLineSpacing),
  574. MONITOR(GdipCreateFontFromDC),
  575. MONITOR(GdipCreateFontFromLogfontA),
  576. MONITOR(GdipCreateFontFromLogfontW),
  577. MONITOR(GdipNewInstalledFontCollection),
  578. MONITOR(GdipNewPrivateFontCollection),
  579. MONITOR(GdipDeletePrivateFontCollection),
  580. MONITOR(GdipGetFontCollectionFamilyCount),
  581. MONITOR(GdipGetFontCollectionFamilyList),
  582. MONITOR(GdipPrivateAddFontFile),
  583. MONITOR(GdipPrivateAddMemoryFont),
  584. MONITOR(GdipSetFontSize),
  585. MONITOR(GdipCreateStringFormat),
  586. MONITOR(GdipStringFormatGetGenericDefault),
  587. MONITOR(GdipStringFormatGetGenericTypographic),
  588. MONITOR(GdipCloneStringFormat),
  589. MONITOR(GdipDeleteStringFormat),
  590. MONITOR(GdipSetStringFormatFlags),
  591. MONITOR(GdipGetStringFormatFlags),
  592. MONITOR(GdipSetStringFormatLineSpacing),
  593. MONITOR(GdipGetStringFormatLineSpacingAmount),
  594. MONITOR(GdipGetStringFormatLineSpacingMethod),
  595. MONITOR(GdipSetStringFormatAlign),
  596. MONITOR(GdipGetStringFormatAlign),
  597. MONITOR(GdipSetStringFormatLineAlign),
  598. MONITOR(GdipGetStringFormatLineAlign),
  599. MONITOR(GdipSetStringFormatHotkeyPrefix),
  600. MONITOR(GdipGetStringFormatHotkeyPrefix),
  601. MONITOR(GdipSetStringFormatTabStops),
  602. MONITOR(GdipGetStringFormatTabStopCount),
  603. MONITOR(GdipGetStringFormatTabStops),
  604. MONITOR(GdipSetStringFormatMeasurableCharacterRanges),
  605. MONITOR(GdipGetStringFormatMeasurableCharacterRangeCount),
  606. MONITOR(GdipSetStringFormatDigitSubstitution),
  607. MONITOR(GdipGetStringFormatDigitSubstitution),
  608. MONITOR(GdipSetStringFormatTrimming),
  609. MONITOR(GdipGetStringFormatTrimming),
  610. MONITOR(GdipCreateCachedBitmap),
  611. MONITOR(GdipDeleteCachedBitmap),
  612. MONITOR(GdipDrawCachedBitmap),
  613. MONITOR(GdipMonitorControl),
  614. MONITOR(GdipTestControl),
  615. MONITOR(GdiplusStartup),
  616. MONITOR(GdiplusShutdown),
  617. MONITOR(GdipCreateHalftonePalette),
  618. MONITOR(GdiplusNotificationHook),
  619. MONITOR(GdiplusNotificationUnhook),
  620. MONITOR(GdipEmfToWmfBits),