windows-nt/Source/XPSP1/NT/printscan/wia/inc/stitwn.h

22 lines
208 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifdef __cplusplus
extern "C"{
#endif
//
// NLS -- to TWAIN conversion
//
VOID
SetIdentityNLSParameters(
TW_IDENTITY *pIdentityStruct,
SHORT *pDeviceKind
);
#ifdef __cplusplus
};
#endif