单词 | win32 |
释义 | win32例句释义: 全部 1. The security settings affect the ability to call the Microsoft Win32 API or other APIs that cannot be verified by the security system. 安全性设置会影响对安全系统无法验证的MicrosoftWin32API或其他API进行调用的能力。 msdn2.microsoft.com 2. With the advent of the Microsoft Win32 API, interprocess subclassing was discouraged and made a bit harder to code. 随着微软Win32API的到来,进程间子类化不再被鼓励使用并愈发变得困难起来。 www.cnblogs.com 3. Microsoft. Win32 - provides classes that handle events raised by the operating system and that manipulate the system registry. Microsoft.Win32--提供处理操作系统引发的事件和操作系统注册表的类。 msdn2.microsoft.com 4. One option UNIX programmers normally consider is using third-party UNIX-like libraries to let their UNIX code compile as a Win32 executable. UNIX程序员通常考虑的一种选择是用第三方的类似于UNIX的库,使他们的UNIX代码可以编译成Win32可执行文件。 msdn2.microsoft.com 5. One of these limitations is that only the ANSI version of the Win32 API functions exist on this platform. 之所以受限制,就是它们只支持ANSI版本的win32函数。 www.cnblogs.com 6. The time period for the Win32 Sleep function is in milliseconds and can even be INFINITE, in which case the thread will never resume. 用于Win32Sleep函数的时间段的单位是毫秒,可以是INFINITE,在这种情况下线程将永远不会再重新开始。 www.ibm.com 7. The project did not contain a Win32 platform configuration. 该项目没有包含Win32平台配置。 msdn2.microsoft.com 8. Platform invoke enables you to control a significant portion of the operating system by calling functions in the Win32 API and other DLLs. 利用平台调用,可以通过调用Win32API和其他DLL中的函数来控制操作系统中相当大的一部分。 msdn2.microsoft.com 9. It's too hard, and sooner or later someone will ask for a Win32 or MacOS version when you thought you had all the UNIX variants covered. 它太难了,在您认为涵盖了所有UNIX变体后,迟早会有人要求Win32或MacOS版本。 www.ibm.com 10. Debugging of applications written for the Microsoft. NET Framework common language runtime as well as Win32 native applications. 为Microsoft.NETFramework公共语言运行库而编写的应用程序和Win32本机应用程序的调试。 msdn2.microsoft.com 1. The aspnet_filter. dll component is a small Win32 ISAPI filter used to back up the cookieless session state for ASP. NET applications. aspnet_filter.dll组件是一个小Win32ISAPI筛选器,用于备份ASP.NET应用程序无cookie会话状态。 www.cnblogs.com 2. We also referenced lists of mutex sample codes to help you when you undertake the migration activity involving Win32 to Linux. 我们还引用了一系列互斥示例代码来帮助您进行从Win32到Linux的迁移行动。 www.ibm.com 3. Both the Microsoft. NET Framework API and the Win32 API enable you to detect changes in screen orientation. Microsoft.NET框架API和Win32API都允许您检测屏幕方向的变化。 msdn2.microsoft.com 4. WINERROR. H in the INCLUDE directory of your default system installation contains the error code definitions for the Win32 API functions. 默认系统安装的INCLUDE目录中的WINERROR.H包含Win32API函数的错误代码定义。 msdn2.microsoft.com 5. Many of these return values are generated by a macro that sets the low word to a valid Microsoft Win32 error code and the high word to 8007. 许多这些返回值是由宏生成的,它们设置低位为有效的MicrosoftWin32错误码将高位设置为8007。 www.cnblogs.com 6. To link a Win32 resource file into the compiled assembly, specify the name of the Win32 resource file in the Win32Resource property. 要将Win32资源文件链接到编译的程序集中,请在Win32Resource属性中指定Win32资源文件的名称。 msdn2.microsoft.com 7. From the Application Settings page of the Win32 Application Wizard, under Application type, select Console application. 从“Win32应用程序向导”的“应用程序设置”页中,选择“应用程序类型”下的“控制台应用程序”。 msdn2.microsoft.com 8. Understanding the basic concepts of Win32 services, allows you to better use C for designing a wrapper class. 理解Win32服务的基本概念,使你能更好地用C 来设计包装类。 blog.sina.com.cn 9. The detailed description of the error is determined by the Win32 error message associated with the error. 该错误的详细说明由与该错误关联的Win32错误信息确定。 msdn2.microsoft.com 10. From the Application Settings page of the Win32 Application Wizard, under Additional options, select Empty project. 从“Win32应用程序向导”的“应用程序设置”页中,选择“附加选项”下的“空项目”。 msdn2.microsoft.com 1. The remaining Win32_Process properties represent the information you can retrieve from the processes running on a local or remote computer. 剩余的Win32_Process属性表示您可以从在本地或远程计算机上运行的进程检索的信息。 msdn2.microsoft.com 2. You can download the Win32 executable and install it somewhere on your path so it's easily executable from the command line. 可以下载Win32可执行文件并将其安装到方便从命令行执行的任何位置。 www.ibm.com 3. Note: Files may be located in the win32 or ia64 directory, depending on your version of the software. 注意:文件可能位于win32或ia64目录中,这取决于软件版本。 www.ianywhere.com 4. Since then, there has been little demand for extending this subsystem, because most applications have been converted to Win32. 从那时起,很少要求扩展该子系统,因为大多数应用程序都已转换成了Win32。 msdn2.microsoft.com 5. Enables you to debug calls to native (unmanaged) Win32 code from your managed application. 使您能够从托管应用程序中调试对本机(非托管)Win32代码的调用。 msdn2.microsoft.com 6. A Windows program is one that provides a user interface from either the. NET Framework class library or with the Win32 APIs. Windows程序是一种由.NETFramework类库或使用Win32API提供用户界面的程序。 msdn2.microsoft.com 7. A Windows-based program is one that provides a user interface from either the. NET Framework library or with the Win32 APIs. 基于Windows的程序是一种由.NETFramework库或使用Win32API提供一个用户界面的程序。 msdn2.microsoft.com 8. In Win32, the ReleaseSemaphore function increases the count of the specified semaphore object by a specified amount. 在Win32中,ReleaseSemaphore函数会令指定的信号对象的计数值增加指定数量。 www.ibm.com 9. Version resources are typically specified in a Win32 resource file, or in assembly attributes. 版本资源通常在Win32资源文件中或在程序集属性中指定。 msdn2.microsoft.com 10. Because each process using a Win32 DLL gets its own copy of the DLL's data, this scheme provided an easy way to track per-process data. 由于每个使用Win32DLL的进程均获取自己的DLL数据副本,因此,本方案提供了一种简单的方法来跟踪每个进程的数据。 msdn2.microsoft.com 1. Signaling: In Win32, signaling a semaphore wakes up all the threads that are waiting on the semaphore. 发信号:在Win32中,发出信号会唤醒等待那个信号的所有线程。 www.ibm.com 2. A third party site for a company providing software supporting porting UNIX to Win32. 提供将UNIX移植到Win32的软件支持的第三方公司的站点。 msdn2.microsoft.com 3. Create a Win32 project, modifying the application settings so you create a Windows application (not a console app). 创建Win32项目,修改应用程序设置以创建Windows应用程序(不是控制台应用程序)。 msdn2.microsoft.com 4. The UNIX Custom Application Migration Guide provides technical help on code migration from UNIX to the Win32 environment. “UNIX自定义应用程序移植指南”提供有关从UNIX到Win32环境的代码移植的技术帮助。 msdn2.microsoft.com 5. From the Application Settings page of the Win32 Application Wizard, under Additional options, deselect Precompiled header. 从“Win32应用程序向导”的“应用程序设置”页中,取消选择“附加选项”下的“预编译头”。 msdn2.microsoft.com 6. The customary increase in processing power is required if you intend to use SoX on Win32, as this article demonstrates. 如果您打算在Win32上使用SoX,那么通常需要增加处理能力,如本文所演示。 www.ibm.com 7. Indicates whether the callee calls the SetLastError Win32 API function before returning from the attributed method. 指示被调用方在从属性化方法返回之前是否调用SetLastErrorWin32API函数。 msdn2.microsoft.com 8. Below is the Win32 sample code, and the equivalent of the Linux mmap implementation, to create a shared memory resource. 下面是创建共享内存资源的Win32示例代码,以及相对应的Linuxnmap实现。 www.ibm.com 9. This was originally written to allow access to the Win32 API from PHP, although you can also access other functions exported via other DLLs. 它最初是用来允许从PHP中访问Win32API,不过也可以访问通过其它DLL导出的其它函数。 ru.php.net 10. WinPcap development of this project is aimed at applications for win32 underlying ability to access the network. 开发winpcap这个项目的目的在于为win32应用程序提供访问网络底层的能力。 www.pudn.com 1. In this case the code's actions to the window or operating system cannot be determined when you are working with Win32 API calls or values. 在这种情况下,当使用Win32API调用或值时,将无法确定代码将对窗口或操作系统执行的操作。 msdn2.microsoft.com 2. For instance, accidentally closing a Win32 event handle twice might lead to an apparently unrelated file handle being closed prematurely. 例如,偶然关闭一个Win32句柄两次可能导致过早关闭一个明显不相关的文件句柄。 msdn2.microsoft.com 3. The worker process is a small Win32 shell of code that hosts the common language runtime (CLR) and runs managed code. 工作进程是一个小的win32shell代码,集成CLR并运行托管代码。 www.cnblogs.com 4. It comes with a Win32 "bootstraper" executable that can download necessary components, even the. NET Framework itself. 它具有一个可下载必需组件(甚至.NETFramework自身)的Win32“bootstraper”可执行文件。 msdn2.microsoft.com 5. While Win32 APIs can be called from . NET languages, doing so can be quite difficult. 尽管我们可以使用.NET语言来调用Win32API,但那样做会很困难。 www.infoq.com 6. A wrapper class hides the calls to the low-level Win32 functions and provides a comfortable generic interface. 包装类隐藏了对底层Win32函数的调用并提供了一种舒适的通用接口。 blog.sina.com.cn 7. Sometimes L - "Long" is omitted, since long and short pointers are obsolete for the Win32 platform. 有时候L(即“Long”)被忽略掉,因为long和short型指针在Win32平台上的区别是过时的。 www.cnblogs.com 8. The program suitable for beginners Win32 programming, with a lot of Chinese Notes. 该程序适合Win32编程初学者,内含大量的中文注释。 www.my1010.com 9. In the Win32 process, The GetCurrentThreadId function retrieves the thread identifier of the calling thread. 在Win32进程中,GetCurrentThreadId函数获得进行调用的线程的线程标识符。 www.ibm.com 10. PHP can be used to access COM and DCOM objects on Win32 platforms. PHP可以在Win32平台中访问COM和DCOM对象。 nl.php.net 1. Commonly, the fonts used when dealing with cairo are Freetype fonts on UNIX, and Win32 fonts on Windows platforms. 在使用cairo时,在UNIX上常用的字体是Freetype字体,在Windows平台上使用Win32字体。 www.ibm.com 2. The sqlcmd utility is a Microsoft Win32 command-prompt utility for ad hoc, interactive execution of Transact-SQL statements and scripts. sqlcmd实用工具是一个MicrosoftWin32命令提示实用工具,用于交互式执行Transact-SQL语句和脚本。 msdn2.microsoft.com 3. When retrieving a list of files the Win32 API also returns basic information like size and last modified date. 在获取文件列表的时候,Win32API也同时会返回诸如大小和最后编辑日期这样的基本信息。 www.infoq.com 4. This wizard page describes the current project settings for the Win32 application you are creating. 此向导页描述正在创建的Win32应用程序的当前项目设置。 msdn2.microsoft.com 5. In particular, the PyXML distribution can be found as both a tarball and as a Win32 installer in the Vaults. 特别地,可以在资源库中找到PyXML发行版,它是tar文件和Win32形式的安装程序。 www.ibm.com 6. Gets a value indicating whether the client is a Win32-based computer. 获取一个值,该值指示客户端是否为基于Win32的计算机。 msdn2.microsoft.com 7. Make sure you uncomment the Win32: : Sound line if you plan to run this program in a Win32 environment. 如果要在Win32环境中运行这个程序,确保对Win32::Sound行进行反注释。 www.ibm.com 8. The Microsoft. Win32. SystemEvents class provides a number of public events that you can sink in your code. Microsoft.Win32.SystemEvents类提供许多可以在代码中接收的公共事件。 msdn2.microsoft.com 9. The ASP. NET ISAPI extension is a Win32 DLL and does not host managed code. NETISAPI扩展是一个win32DLL,并不为托管代码提供宿主。 www.cnblogs.com 10. There are other Win32 APIs that you can use to create a thread but, moving forward, you are dealing only with C run time library functions. 您还可以使用一些其他的Win32API来创建线程,但是在后续的内容中,您将仅使用C运行时库函数。 www.ibm.com 1. The Win32 SDK documentation is a key developer resource for programming for Windows. Win32SDK文档是为Windows编程的一个主要开发人员资源。 msdn2.microsoft.com 2. The error code for the specific Win32 exception is provided in the event description. 事件描述中提供了特定Win32异常的错误代码。 www.microsoft.com 3. Win32 DLLs are mapped into the address space of the calling process. Win32DLL映射到调用进程的地址空间中。 msdn2.microsoft.com 4. At last, designed schemas are accomplished in the transmission part of video monitoring system on Win32 platform. 最后,完成了基于Win32平台的视频监控系统传输模块的实现。 www.juhe8.com 5. From the Overview page of the Win32 Application Wizard dialog, press Next. 在“Win32应用程序向导”对话框的“概述”页中,按“下一步”。 msdn2.microsoft.com 6. Most Win32 data structures or values (such as HANDLEs) are really valid only within the context of a single process. 大多数Win32数据结构或值(如HANDLE)仅在单个进程的上下文内才真正有效。 msdn2.microsoft.com 7. A Win32 error occurred with a named semaphore. 发生已命名信号量的Win32错误。 msdn2.microsoft.com 8. This attribute describes the Win32 file version of the assembly. 这一属性描述程序集的Win32文件版本。 msdn2.microsoft.com 9. Use the explanation of the Win32 error code as a guideline to resolve the Win32 error. 使用Win32错误代码的解释作为指南来解决Win32错误。 www.microsoft.com 10. You can create a Win32 resource file with the Microsoft Windows Resource Compiler (RC). 可以使用MicrosoftWindows资源编译器(RC)创建Win32资源文件。 msdn2.microsoft.com 1. In Win32, the thread stack is allocated automatically in the memory space of the process. 在Win32中,线程的栈由进程的内存空间自动分配。 www.ibm.com 2. Add a reference to the Microsoft. Win32 namespace to your code. 向代码中添加对Microsoft.Win32命名空间的引用。 msdn2.microsoft.com 3. VCL. NET applications could be ported to VCL for Win32, development being continued in Delphi 2010. NET应用可以移植到Win32下的VCL上(Delphi2010中还在继续开发)。 www.infoq.com 4. A named pipe is a Win32 mechanism for transferring data over process boundaries. 命名管道是一个在进程边界间传输数据的Win32机制。 www.cnblogs.com 5. The ability to scope requests to load code in this way differs significantly from the way in which Microsoft Win32 and COM currently work. 以这种方式控制代码加载请求范围的能力与MicrosoftWin32和COM当前的工作方式有很大的区别。 msdn2.microsoft.com 6. In the following example, the SystemTime class has sequential member layout and can be passed to the Win32 API GetSystemTime function. 在下面的示例中,SystemTime类具有连续的成员布局,并且可以传递给Win32APIGetSystemTime函数。 msdn2.microsoft.com 7. In this case, you must interoperate with the Win32 Clipboard application programming interfaces (APIs). 在这种情况下,必须与Win32剪贴板应用程序编程接口(API)进行交互。 msdn2.microsoft.com 8. In the Win32 Application Wizard, click the Application Settings page. 在Win32应用程序向导中,单击“应用程序设置”页。 msdn2.microsoft.com 9. The following code example shows how to determine whether the client is a Win32-based computer. 下面的代码示例演示如何确定客户端是否为基于Win32的计算机。 msdn2.microsoft.com 10. This interface is implemented on objects that expose Win32 HWND handles. 该接口在公开Win32HWND句柄的对象上实现。 msdn2.microsoft.com 1. No need for Win32 or Cocoa here: Just write your extension in portable JavaScript code. 这里完全不需要Win32或Cocoa:只要使用可移植JavaScript代码编写您的扩展即可。 www.ibm.com 2. Another option is porting UNIX applications directly to Win32. 另一种选择是直接将UNIX应用程序移植到Win32。 msdn2.microsoft.com 3. Also, calling the com. Ms. Win32. Ole32. CoCreateInstance method for Windows Forms controls is not supported. 而且,不支持调用Windows窗体控件的com.ms.win32.Ole32.CoCreateInstance方法。 msdn2.microsoft.com 4. Continue scrolling until you reach the classes that begin with Win32_. 继续向下滚动直至到达以Win32_开头的类。 msdn2.microsoft.com 5. Win32 creates a shared memory resource by shared memory-mapped files. Win32通过共享的内存映射文件来创建共享内存资源。 www.ibm.com 6. Specifies a series of conversion methods that are useful when interoperating with the Win32 printing API. 指定在与Win32打印API互操作时使用的一系列转换方法。 msdn2.microsoft.com 7. This material applies to Win32-based applications. 本资料适用于基于Win32的应用程序。 msdn2.microsoft.com 8. So, in Visual Studio we create a win32 dll project, and insert the header file above. 因此,在VisualStudio中,我们创建了一个win32dll项目,并在其中插入了上面的头文件。 www.ibm.com 9. This component can reparent a Win32 application as a component. 该组件可以将Win32应用程序重新定义(reparent)为一个组件。 www.ibm.com 10. True if the client is a Win32-based computer; otherwise, false. 如果客户端为基于Win32的计算机,则为true;否则为false。 msdn2.microsoft.com 1. True if the client is a Win32-based computer; otherwise, false. 如果客户端为基于Win32的计算机,则为true;否则为false。 msdn2.microsoft.com 2. Specifies a Win32 resource to insert into the output file. 指定插入到输出文件中的Win32资源。 msdn2.microsoft.com 3. This class is provided by the standard Win32 provider shipped with Windows 2000. 该类由Windows2000所附带的标准Win32提供程序提供。 www.microsoft.com 4. Win32 is the 32-bit application programming interface (API) for modern versions of Windows. Win32是用于当今Windows版本的32位应用程序编程界面(API)。 msdn2.microsoft.com 5. In Win32, the CreateSemaphore function creates a named or unnamed semaphore object. 在Win32中,CreateSemaphore函数可以创建一个有名称的或者无名称的信号对象。 www.ibm.com 6. However, this doesn't mean every win32 program has 4GB of physical memory, only that the program can address any address in that range. 然而,这并不意味着每一个WIN32程序的物理空间是4GB,而是仅能在4GB的空间内寻址。 www.pediy.com 7. In the Object editor for Win32_Process dialog, click Instances. 在Win32_Process对话框的对象编辑器中,单击Instances。 msdn2.microsoft.com 8. Actually, the above mentioned Win32 API names are not real names. 实际上,以上提到的Win32API的名称并不是它们的真实名称。 www.cnblogs.com 9. For information about the Win32 OutputDebugString debugging function, see "OutputDebugString" in the Platform SDK or MSDN. 有关Win32OutputDebugString调试函数的信息,请参见PlatformSDK或MSDN中的“OutputDebugString”。 msdn2.microsoft.com 10. This value is equivalent to the Win32 API registry data type REG_SZ. 此值与Win32API注册表数据类型REG_SZ等效。 msdn2.microsoft.com 1. Make sure you choose the Win32 playback option if your machine is under the influence of Redmond. 如果您的机器受到Redmond的影响,请确保选择了Win32playback选项。 www.ibm.com 2. Change directory to InstallerImage_win32 folder on the first installation disk. 将目录切换到第一张安装盘上的InstallerImage_win32文件夹。 download.boulder.ibm.com 3. In addition to the Win32 API, there are numerous other APIs and DLLs available to you through platform invoke. 除了Win32API之外,还有许多其他的API和DLL可通过平台调用来调用。 msdn2.microsoft.com 4. Win32 subsystem has to be informed about the new process. 必须通知Win32子系统有关该新进程的创建情况。 blog.163.com 5. Provides an interface to expose Win32 HWND handles. 提供一个用于公开Win32HWND句柄的接口。 msdn2.microsoft.com 6. There are two types of threads in Win32 architecture: UI threads, and worker threads. 在Win32体系结构中有两种类型的线程:UI线程和辅助线程。 msdn2.microsoft.com 7. If your application design requires calling a function from the Win32 API, you are accessing unmanaged code. 如果应用程序设计要求从Win32API调用函数,则表示您正在访问非托管的代码。 msdn2.microsoft.com 8. This is a closure of small computer module can be closed win32 and winnt-core computer. 这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。 3333355555.com 9. Please note that all installation instructions are for the Win32 platform; UDDI4PY has not yet been tested on Linux. 请注意,所有的安装指导都是针对Win32平台上的;UDDI4PY还没有在Linux上测试过。 www.ibm.com 10. Inserts a Win32 resource into the output file. 将Win32资源插入到输出文件中。 msdn2.microsoft.com 1. This enabled developers to use the CreateThread API to create raw Win32 threads. 这就使得开发者能够用CreateThreadAPI函数来建立原始的WIN32线程。 www.nexoncn.com 2. Use the Windows or WIN32 functions to access the metafile's data. 使用Windows或WIN32函数来访问该图元文件的数据。 msdn2.microsoft.com 3. On Windows, except Windows CE, these files are installed in the win32 or win64 directory. 在除WindowsCE之外的Windows上,这些文件安装在win32或win64目录中。 www.ianywhere.com 4. Provides a base class for Win32 critical handle implementations in which the value of either 0 or -1 indicates an invalid handle. 为Win32关键句柄实现提供基类,在这些实现中值为0或-1时都表示无效句柄。 msdn2.microsoft.com 5. You cannot add ATL classes, and you can add MFC classes only to those Win32 application types that support MFC (see the previous table). 不能添加ATL类,只能将MFC类添加到那些支持MFC的Win32应用程序类型(参见上表)。 msdn2.microsoft.com 6. Inserts a Win32 resource (. Res) file in the output file. 在输出文件中插入Win32资源文件(.res)。 msdn2.microsoft.com 7. Run setup. Exe from the InstallerImager_win32 folder on the first installation disk. 从第一张安装盘的InstallerImager_win32文件夹中运行setup. download.boulder.ibm.com 8. The resultant handle can be used with Win32 API calls. 可以用Win32API调用使用结果句柄。 msdn2.microsoft.com 9. See the Win32 documentation about memory mapped files. 请参见有关内存映射文件的Win32文档。 msdn2.microsoft.com 10. Press OK to start the Win32 Application Wizard. 按“确定”启动“Win32应用程序向导”。 msdn2.microsoft.com 1. You can also add MFC classes to Win32 projects that have MFC support. 也可以将MFC类添加到具有MFC支持的Win32项目中。 msdn2.microsoft.com 2. When you call such a procedure, for example a Win32 API function or a COM method, you might expose your application to security risks. 当您调用此类过程(例如,Win32API函数或COM方法)时,可能会使应用程序面临安全风险。 msdn2.microsoft.com 3. For complete documentation on the Win32 API, see the Platform SDK. 有关Win32API的全部文档,请参见PlatformSDK。 msdn2.microsoft.com 4. It is a free tool -- for Win32 only -- that provides a parsed and structured view of XML documents. 它是一种免费工具--只用于Win32--提供XML文档经过语法分析和结构化的视图。 www.ibm.com 5. Double-click on the HelloEclipse target we created to build and run the Win32 application. 双击我们创建的HelloEclipse,构建并运行Win32应用程序。 www.ibm.com 6. Here is another Win32 sample code to acquire mutex between processes. 这里是获得进程间互斥的另一Win32示例代码。 www.ibm.com 7. Navigate to the win32 directory and execute the issetup. exe file. 导航到win32目录并执行issetup.exe文件。 www.ibm.com 8. A project for creating a Win32 application. 用于创建Win32应用程序的项目。 msdn2.microsoft.com 9. Inserts a Win32 resource file in the output file. 将Win32资源文件插入到输出文件中。 msdn2.microsoft.com 10. Win32 will only use the MYSQL_PORT constant. Win32环境下只会使用MYSQL_PORT常量。 th.php.net 1. Win32 will only use the MYSQL_PORT constant. Win32环境下只会使用MYSQL_PORT常量。 th.php.net 2. Determine the description of the Win32 error code that is provided in the event description. 确定事件描述中提供的Win32错误代码的描述。 www.microsoft.com 3. If a Win32 security token is required to invoke the compiler process, specify the token in the UserToken property. 如果调用编译器进程时必须使用Win32安全标记,请在UserToken属性中指定该标记。 msdn2.microsoft.com 4. This system component is a Win32 DLL named aspnet_isapi. dll. 这个系统组件是一个名为aspnet_isapi.dll的win32DLL。 www.cnblogs.com 5. Unzip the php-4. 3. 9-Win32. zip file into a directory. 将php-4.3.9-Win32.zip文件解压至一个目录中。 www.ibm.com 6. Open a Command Prompt, and go to the chrome-win32 directory that you unzipped. 打开一个命令窗口,进入你解压缩chrome-win32.zip的目录。 www.bing.com 7. It is also a Win32-only product, but it is shareware; you have to pay AU$75 (about US$40) to use it after a trial period. 它也是仅Win32产品,但它是共享件;若要在试用期过后使用它,需要支付AU$75(大约US$40)的费用。 www.ibm.com 8. On Windows, you don't need to install libxml2 and libxslt2 -- they come with the Win32 package. 在Windows上不需要安装libxml2和libxslt2,因为Win32包已经包含了。 www.ibm.com 9. The Win32 exception error that was returned was: "%2" 返回的Win32异常错误为:“%2” technet.microsoft.com 10. Get all Win32 WMI information, such as perfmon counters and local computer configurations. 获得所有Win32WMI信息,例如,性能计数器和本地计算机配置。 technet.microsoft.com 1. Get all Win32 WMI information, such as perfmon counters and local computer configurations. 获得所有Win32WMI信息,例如,性能计数器和本地计算机配置。 technet.microsoft.com 2. There are some modules and classes that provide helper functions and code for working with Win32 and Windows Shell libraries. 此外,部分模块和类提供了一些帮助程序函数和代码供处理Win32和Windows外壳程序库。 msdn2.microsoft.com 3. C code developed in Win32 systems is based on the ILP32 model, where int, long, and pointer types are 32 bits. 在Win32系统中开发的C 代码是基于ILP32模型的,在该模型中,int、long和指针类型都是32位的。 www.ibm.com 4. For example, the built-in Event Log provider calls Win32 Event Log APIs to access event logs. 例如,内置的事件日志提供程序调用Win32事件日志API来访问事件日志。 msdn2.microsoft.com 5. Therefore, you can use the Win32 filesystem API to access data in Exchange Server. 因此,可以使用Win32文件系统API来访问ExchangeServer中的数据。 technet.microsoft.com 6. If you are using Windows, the file to download will have a name like "RTC-Enterprise-Server-2. 0. 0. 2-Trial-Win32. zip. " 如果您使用的是Windows,下载的文件会有一个像“RTC-Enterprise-Server-2.0.0.2-Trial-Win32.zip”这样的名字。 www.ibm.com 7. For example, Listings 1 and 2 use the built-in Win32 provider to retrieve memory and service-related information. 例如,清单1和清单2使用内置Win32提供程序来检索内存和服务相关信息。 msdn2.microsoft.com 8. For example, if ClassName is set to BUTTON, the newly created window is based on the Win32 BUTTON window class. 例如,如果ClassName设置为BUTTON,则新建的窗口是基于Win32BUTTON窗口类的。 msdn2.microsoft.com 9. To embed a type library as a Win32 resource in a. NET-based application 将类型库作为Win32资源嵌入到基于.NET的应用程序中 msdn2.microsoft.com 10. The Win32 SleepEx function suspends the current thread until one of the following occurs Win32SleepEx函数挂起当前线程,直到下面事件之一发生 www.ibm.com 1. The Win32 SleepEx function suspends the current thread until one of the following occurs Win32SleepEx函数挂起当前线程,直到下面事件之一发生 www.ibm.com 2. SatDLL Sample: Implements Multilingual Resources in a Win32 Application SatDLL示例:在Win32应用程序中实现多语言资源 msdn2.microsoft.com 3. If the private key is encrypted using a pass phrase and you are running under win32, add the additional line 如果使用通行码对专用密钥进行加密并且您当前在win32下运行,请另外添加以下行 www.ianywhere.com 4. With Win32: : OLE from the ActiveState toolkit, you can dump a worksheet, cell by cell, using the code listed below 有了ActiveState的Win32::OLE,您可以使用下面所列的代码逐个单元地转储工作表 www.ibm.com 5. Using UNIX libraries to port applications from UNIX to Win32 使用UNIX库将应用程序从UNIX移植到Win32 msdn2.microsoft.com 6. Reading from and Writing to the Registry Using the Microsoft. Win32 Namespace 使用Microsoft.Win32命名空间读取和写入注册表 msdn2.microsoft.com 7. To create a new Win32 resource in Solution Explorer 在解决方案资源管理器中创建新的Win32资源 msdn2.microsoft.com 8. To create a new Win32 resource from the Project menu 从“项目”菜单创建新的Win32资源 msdn2.microsoft.com 9. Here is the Win32 sample code to acquire a mutex within a process (see Listing 14) 这里是获得进程内互斥的Win32示例代码(见Listing14) www.ibm.com 10. To create a new Win32 resource in Resource View 在“资源视图”中创建新的Win32资源 msdn2.microsoft.com 1. Here is the Win32 sample code to acquire a mutex within a process (see Listing 14) 这里是获得进程内互斥的Win32示例代码(见Listing14) www.ibm.com 2. To create a new Win32 resource in Resource View 在“资源视图”中创建新的Win32资源 msdn2.microsoft.com 3. How to: Embed Type Libraries as Win32 Resources in. NET-Based Applications 如何:将类型库作为Win32资源嵌入基于.NET的应用程序 msdn2.microsoft.com 4. To create a new Win32 resource in Class View 在“类视图”中创建新的Win32资源 msdn2.microsoft.com 5. The killing virus type win32 32病毒专杀 www.web500.cn 6. Extract the source of win32 and bindlib_w32 解压win32和bindlib_w32的源文件 www.ibm.com 7. The result collection of the Win32_LogicalDiskToPartition WMI query may not include some drive letters in Windows Server 2003 WindowsServer2003中不包含某些驱动器字母Win32_LogicalDiskToPartitionWMI查询的结果集合 support.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。