码迷,mamicode.com
首页 > Windows程序 > 详细

api文档方法参数

时间:2020-01-19 22:27:13      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:pthread   format   bool   attr   name   handle   att   app   env   

in型参数,带信息进去用;

out型参数,方法执行结束,带着信息出来

 

如:

CreateProcessW(
    _In_opt_ LPCWSTR lpApplicationName,
    _Inout_opt_ LPWSTR lpCommandLine,
    _In_opt_ LPSECURITY_ATTRIBUTES lpProcessAttributes,
    _In_opt_ LPSECURITY_ATTRIBUTES lpThreadAttributes,
    _In_ BOOL bInheritHandles,
    _In_ DWORD dwCreationFlags,
    _In_opt_ LPVOID lpEnvironment,
    _In_opt_ LPCWSTR lpCurrentDirectory,
    _In_ LPSTARTUPINFOW lpStartupInfo,
    _Out_ LPPROCESS_INFORMATION lpProcessInformation
    );

api文档方法参数

标签:pthread   format   bool   attr   name   handle   att   app   env   

原文地址:https://www.cnblogs.com/a-s-m/p/12215521.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!