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.

16 lines
311 B

  1. //
  2. // msutbapi.h
  3. //
  4. // Private msutb apis.
  5. //
  6. #ifndef MSUTBAPI_H
  7. #define MSUTBAPI_H
  8. #define UTB_GTI_WINLOGON 0x00000001
  9. #define UTB_GTI_POPUP 0x80000000
  10. extern "C" BOOL WINAPI GetPopupTipbar(HWND hwndParent, DWORD dwFlags);
  11. extern "C" void WINAPI ClosePopupTipbar();
  12. #endif // MSUTBAPI_H