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
21 lines
500 B
//
|
|
// inatlib.h
|
|
//
|
|
|
|
#ifndef INATLIB_H
|
|
#define INATLIB_H
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|
|
//
|
|
// MLNGINFO APIs
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
void WINAPI TF_InitMlngInfo();
|
|
int WINAPI TF_MlngInfoCount();
|
|
BOOL WINAPI TF_GetMlngHKL(int uId, HKL *phkl, WCHAR *psz, UINT cch);
|
|
UINT WINAPI TF_GetMlngIconIndex(int uId);
|
|
HICON WINAPI TF_InatExtractIcon(UINT uId);
|
|
|
|
#endif // INATLIB_H
|