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.

26 lines
270 B

  1. #ifdef __cplusplus
  2. extern "C"
  3. {
  4. #endif
  5. //
  6. // Bitmap control routines.
  7. //
  8. BOOL
  9. InitializeBmpClass(
  10. VOID
  11. );
  12. VOID
  13. DestroyBmpClass(
  14. VOID
  15. );
  16. BOOL
  17. RegisterActionItemListControl(
  18. IN BOOL Init
  19. );
  20. #ifdef __cplusplus
  21. }
  22. #endif