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.

26 lines
387 B

  1. // ISSUE-2000/09/21-FrankYe What is friendly name for?
  2. EXTERN_C
  3. LONG
  4. SadAddGfxToZoneGraph
  5. (
  6. HANDLE hSad,
  7. HANDLE hGfx,
  8. PCTSTR GfxFriendlyName,
  9. PCTSTR ZoneFactoryDi,
  10. ULONG Type,
  11. ULONG Order
  12. );
  13. EXTERN_C
  14. LONG
  15. SadRemoveGfxFromZoneGraph
  16. (
  17. HANDLE hSad,
  18. HANDLE hGfx,
  19. PCTSTR GfxFriendlyName,
  20. PCTSTR ZoneFactoryDi,
  21. ULONG Type,
  22. ULONG Order
  23. );