windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/commonu/inc/confsetfl.h
2020-09-26 16:20:57 +08:00

12 lines
217 B
C

#if !defined (__COMMON_CONF_SET__)
#define __COMMON_CONF_SET__
int ReadConfSetEntry ( FILE *fp,
wchar_t *pType,
int *pCnt,
wchar_t **ppCodePoint,
wchar_t *pwExtraInfo
);
#endif