看到这段代码不知道是什么意思,高手帮忙解释一下,谢
if (WaitNamedPipe(A_0, 0xfa0) == 0){
return false;
}
this.aa = CreateFile(A_0, 0xc0000000, 0, 0, 3, 0, 0);
if (this.aa == -1)
{
return false;
}
return true;
2014-12-09 10:18
2014-12-09 16:39
2014-12-10 08:16
2014-12-10 08:26
2014-12-10 08:38