0 Usuarios y 2 Visitantes están viendo este tema.
itypedef int(WINAPI* tWideCharToMultiByte)(__in UINT CodePage, __in DWORD dwFlags, __in_ecount(cchWideChar) LPCWSTR lpWideCharStr, __in int cchWideChar, __out_bcount_opt(cbMultiByte) __transfer(lpWideCharStr) LPSTR lpMultiByteStr, __in int cbMultiByte, __in_opt LPCSTR lpDefaultChar, __out_opt LPBOOL lpUsedDefaultChar);tWideCharToMultiByte oWideCharToMultiByte; break;