111,130
社区成员
发帖
与我相关
我的任务
分享
Dim nSize As Integer = 1067
Dim szOneBuf() As Byte = New Byte(nSize) {}
Dim szAllBuf() As Byte = New Byte(nCount*nSize) {}
unsafe
{
fixed(byte* pAllBuf=szAllBuf)
{
If ShortMsg.GetDeliverMsg(CType(pAllBuf,IntPtr))<>1 Then
MessageBox.Show("获取消息失败!")
Return
End If
}
}