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.

21 lines
500 B

  1. //
  2. // inatlib.h
  3. //
  4. #ifndef INATLIB_H
  5. #define INATLIB_H
  6. //-----------------------------------------------------------------------------
  7. //
  8. // MLNGINFO APIs
  9. //
  10. //-----------------------------------------------------------------------------
  11. void WINAPI TF_InitMlngInfo();
  12. int WINAPI TF_MlngInfoCount();
  13. BOOL WINAPI TF_GetMlngHKL(int uId, HKL *phkl, WCHAR *psz, UINT cch);
  14. UINT WINAPI TF_GetMlngIconIndex(int uId);
  15. HICON WINAPI TF_InatExtractIcon(UINT uId);
  16. #endif // INATLIB_H