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