windows-nt/Source/XPSP1/NT/printscan/wia/inc/stitwn.h
2020-09-26 16:20:57 +08:00

22 lines
208 B
C

#ifdef __cplusplus
extern "C"{
#endif
//
// NLS -- to TWAIN conversion
//
VOID
SetIdentityNLSParameters(
TW_IDENTITY *pIdentityStruct,
SHORT *pDeviceKind
);
#ifdef __cplusplus
};
#endif