Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. hr = FilterConnectCommunicationPort(MyPortName,0,NULL, 0,NULL, &port);
  2. completion = CreateIoCompletionPort(port,NULL,0,1);
  3.  
  4. hr = FilterReplyMessage(context.Port(PFILTER_REPLY_HEADER)&replyMessage.ReplyHeader,My_REPLY_MESSAGE_SIZE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement