Windows2003-3790/inetcore/outlookexpress/msoert/unicnvrt.h
2020-09-30 16:53:55 +02:00

27 lines
744 B
C

#ifndef __UNICNVRT__
#define __UNICNVRT__
#include "wtypes.h"
extern BOOL g_bRunningOnNT; //set in dllmain.cpp
UINT AthGetTempFileNameW(
LPCWSTR lpPathName,
LPCWSTR lpPrefixString,
UINT uUnique,
LPWSTR lpTempFileName);
DWORD AthGetTempPathW(
DWORD nBufferLength,
LPWSTR lpBuffer);
HANDLE AthCreateFileW(
LPCWSTR lpFileName,
DWORD dwDesiredAccess,
DWORD dwShareMode,
LPSECURITY_ATTRIBUTES lpSecurityAttributes,
DWORD dwCreationDisposition,
DWORD dwFlagsAndAttributes,
HANDLE hTemplateFile);
#endif