术语 | getcurrentprocessid |
释义 | GetCurrentProcessId 语法: C++ DWORD WINAPI GetCurrentProcessId(void); GetCurrentProcessId函数 检索调用进程的进程标识符。 参数 这个函数没有参数。 返回值 返回值是调用进程的进程标识符。 备注 直到该进程终止时,进程标识符唯一标识整个系统的进程。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 GetCurrentProcess OpenProcess 进程和线程函数 过程 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetCurrentProcessId Function Retrieves the process identifier of the calling process. Syntax C++ DWORD WINAPI GetCurrentProcessId(void); Parameters This function has no parameters. Return Value The return value is the process identifier of the calling process. Remarks Until the process terminates, the process identifier uniquely identifies the process throughout the system. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also GetCurrentProcess OpenProcess Process and Thread Functions Processes Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms683180(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。