public declare function lookupprivilegevalue lib "advapi32.dll " alias "lookupprivilegevaluea " (byval lpsystemname as string, byval lpname as string, byref lpluid as luid) as integer 老是提示:997的错误
发表于:2007-05-24 10:52:471楼 得分:5
你是拿来做什么用的,杀进程?
997错误信息是:重叠 i/o 操作在进行中
发表于:2007-05-24 10:58:322楼 得分:15
declare function lookupprivilegevalue lib "advapi32.dll " (lpsystemname as string, _ lpname as string, byref lpluid as luid) as boolean