术语 | wow64revertwow64fsredirection |
释义 | Wow64RevertWow64FsRedirection 语法: C++ BOOL WINAPI Wow64RevertWow64FsRedirection( __in PVOID OldValue ); Wow64RevertWow64FsRedirection功能 恢复文件调用线程的系统重定向。 此函数不应该叫没有以前调用Wow64DisableWow64FsRedirection功能。 任何关于Wow64DisableWow64FsRedirection代表数据分配的功能是清理了这个功能。 参数 OldValue [in] 在WOW64文件系统重定向价值。该值是索取Wow64DisableWow64FsRedirection功能。 返回值 如果函数成功,返回值是一个非零值。 如果函数失败,返回值为FALSE(零)。为了获得更多错误信息,调用GetLastError。 备注 要编译的应用程序使用此函数,定义为0x0501或更高_WIN32_WINNT宏。有关详细信息,请参阅使用Windows头。 两人的Wow64DisableWow64FsRedirection/Wow64RevertWow64FsRedirection功能是为Wow64EnableWow64FsRedirection功能的功能替代。 要禁用文件系统重定向,调用Wow64DisableWow64FsRedirection功能。每到Wow64DisableWow64FsRedirection函数调用必须有一个函数的Wow64RevertWow64FsRedirection匹配调用。这将确保重定向被重新启用,并释放相关的系统资源。 实例 有关示例,请参阅Wow64DisableWow64FsRedirection功能。 要求: 最低支持clientWindows Vista中,Windows XP Professional x64版本 最低支持serverWindows Server 2008中时,Windows Server 2003 SP1的 HeaderWinBase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 文件管理函数 文件系统重定向器 Wow64DisableWow64FsRedirection Wow64EnableWow64FsRedirection 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年9月3日 ==英文原文==Wow64RevertWow64FsRedirection Function Restores file system redirection for the calling thread. This function should not be called without a previous call to the Wow64DisableWow64FsRedirection function. Any data allocation on behalf of the Wow64DisableWow64FsRedirection function is cleaned up by this function. Syntax C++ BOOL WINAPI Wow64RevertWow64FsRedirection( __in PVOID OldValue ); Parameters OldValue [in] The WOW64 file system redirection value. This value is obtained from the Wow64DisableWow64FsRedirection function. Return Value If the function succeeds, the return value is a nonzero value. If the function fails, the return value is FALSE (zero). To get extended error information, call GetLastError . Remarks To compile an application that uses this function, define the _WIN32_WINNT macro as 0x0501 or later. For more information, see Using the Windows Headers . The Wow64DisableWow64FsRedirection/Wow64RevertWow64FsRedirection function pair is a replacement for the functionality of the Wow64EnableWow64FsRedirection function. To disable file system redirection, call the Wow64DisableWow64FsRedirection function. Every call to the Wow64DisableWow64FsRedirection function must have a matching call to the Wow64RevertWow64FsRedirection function. This will ensure redirection is re-enabled and frees associated system resources. Examples For an example, see the Wow64DisableWow64FsRedirection function. Requirements Minimum supported clientWindows Vista, Windows XP Professional x64 Edition Minimum supported serverWindows Server 2008, Windows Server 2003 with SP1 HeaderWinBase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also File Management Functions File System Redirector Wow64DisableWow64FsRedirection Wow64EnableWow64FsRedirection Send comments about this topic to Microsoft Build date: 9/3/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa365745(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。