术语 | enumwindowstationproc |
释义 | EnumWindowStationProc 语法: C++ BOOL CALLBACK EnumWindowStationProc( __in LPTSTR lpszWindowStation, __in LPARAM lParam ); EnumWindowStationProc回调函数 一个应用程序定义的回调函数与EnumWindowStations使用功能。它接收一个窗口站的名称。 在WINSTAENUMPROC类型定义一个指向这个回调函数。 EnumWindowStationProc是一个应用程序的占位符定义函数的名称。 参数 lpszWindowStation [in] 窗口的站名。 lparam的 [in] 一个应用程序定义的EnumWindowStations规定值的功能。 返回值 要继续枚举,回调函数必须返回TRUE。要停止枚举,它必须返回FALSE。 备注 应用程序必须通过其登记地址EnumWindowStations这个回调函数。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinuser.h(头文件:winuser.h) Unicode和ANSI namesWINSTAENUMPROCW(Unicode)和WINSTAENUMPROCA(ANSI)的 参见 EnumWindowStations 窗口站和桌面功能 窗口站 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==EnumWindowStationProc Callback Function An application-defined callback function used with the EnumWindowStations function. It receives a window station name. The WINSTAENUMPROC type defines a pointer to this callback function. EnumWindowStationProc is a placeholder for the application-defined function name. Syntax C++ BOOL CALLBACK EnumWindowStationProc( __in LPTSTR lpszWindowStation, __in LPARAM lParam ); Parameters lpszWindowStation [in] The name of the window station. lParam [in] An application-defined value specified in the EnumWindowStations function. Return Value To continue enumeration, the callback function must return TRUE. To stop enumeration, it must return FALSE. Remarks An application must register this callback function by passing its address to EnumWindowStations. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinuser.h (include Windows.h) Unicode and ANSI namesWINSTAENUMPROCW (Unicode) and WINSTAENUMPROCA (ANSI) See Also EnumWindowStations Window Station and Desktop Functions Window Stations Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms682643(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。