Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
389 B

  1. /*
  2. File : DConv.H
  3. Header file for Data Conversion of RegWiz Registry Information
  4. */
  5. #ifndef __DCONV__
  6. #define __DCONV__
  7. #ifdef __cplusplus
  8. extern "C"
  9. {
  10. #endif
  11. int PrepareRegWizTxbuffer(HINSTANCE hIns, char *tcTxBuf, DWORD * pRetLen);
  12. DWORD OemTransmitBuffer(HINSTANCE hIns,char *sztxBuffer,DWORD * pRetLen);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif