windows-nt/Source/XPSP1/NT/shell/osshell/regwiz/regwizpost/dconv.h

24 lines
366 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
File : DConv.H
Header file for Data Conversion of RegWiz Registry Information
*/
#ifndef __DCONV__
#define __DCONV__
#ifdef __cplusplus
extern "C"
{
#endif
int PrepareRegWizTxbuffer(HINSTANCE hIns, char *tcTxBuf, DWORD * pRetLen);
DWORD OemTransmitBuffer(HINSTANCE hIns,char *sztxBuffer,DWORD * pRetLen);
#ifdef __cplusplus
}
#endif
#endif