API 调用问题
在声明
FUNCTION ulong CreateProcess(ref string lpApplicationName,ref string lpCommandLine,ref SECURITY_ATTRIBUTES lpProcessAttributes,ref SECURITY_ATTRIBUTES lpThreadAttributes,ulong bInheritHandles,ulong dwCreationFlags,ref Any lpEnvironment,ref string lpCurrentDriectory,ref STARTUPINFO lpStartupInfo,ref PROCESS_INFORMATION lpProcessInformation) LIBRARY "kernel32.dll" ALIAS FOR "CreateProcessA"
时
报错: SECURITY_ATTRIBUTES 无效的数据类型,为什么?应怎样改?