★★★哪位帮忙将这个函数申明翻译到delphi,多谢了!

theng 2002-04-05 06:11:32
BOOL CeCreateProcess(
LPCWSTR lpApplicationName,
LPCWSTR lpCommandLine,
LPSECURITY_ATTRIBUTES lpProcessAttributes,
LPSECURITY_ATTRIBUTES lpThreadAttributes,
BOOL bInheritHandles,
DWORD dwCreationFlags,
LPVOID lpEnvironment,
LPWSTR lpCurrentDirectory,
LPSTARTUPINFO lpStartupInfo,
LPPROCESS_INFORMATION lpProcessInformation);
...全文
25 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
make11111 2002-04-10
  • 打赏
  • 举报
回复
还是学delphi吧,快速上手
theng 2002-04-10
  • 打赏
  • 举报
回复
多谢,我还是用vc得了。要是delphi能提供一个api翻译工具就好了。
webnumen 2002-04-06
  • 打赏
  • 举报
回复
function CeCreateProcess(lpApplicationName:PChar;lpCommandLine:PChar;lpProcessAttributes:PSecurity_Attributes; lpThreadAttributes:PSecurity_Attributes;bInheritHandles:Boolean;dwCreationFlags,
:DWORD;lpEnvironment:Pointer;lpCurrentDirectory:PChar;lpStartupInfo:_STARTUPINFOA;lpProcessInformation:_PROCESS_INFORMATION):Boolean; stdcall

johnmack 2002-04-06
  • 打赏
  • 举报
回复
function CeCreateProcess(lpApplicationName:PChar;lpCommandLine:PChar;lpProcessAttributes:PSecurity_Attributes; lpThreadAttributes:PSecurity_Attributes;bInheritHandles:Boolean;dwCreationFlags,
:DWORD;lpEnvironment:Pointer;lpCurrentDirectory:PChar;lpStartupInfo:_STARTUPINFOA;lpProcessInformation:_PROCESS_INFORMATION):Boolean; stdcall
zx_wang 2002-04-05
  • 打赏
  • 举报
回复
function CeCreateProcess(lpApplicationName:PChar;lpCommandLine:PChar;lpProcessAttributes:PSecurity_Attributes; lpThreadAttributes:PSecurity_Attributes;bInheritHandles:Boolean;dwCreationFlags,
:DWORD;lpEnvironment:Pointer;lpCurrentDirectory:PChar;lpStartupInfo:_STARTUPINFOA;lpProcessInformation:_PROCESS_INFORMATION):Boolean;

5,379

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 开发及应用
社区管理员
  • VCL组件开发及应用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧