CHANGEFILTERSTRUCT.cs 136 B

12345678910
  1. using System;
  2. namespace Standard;
  3. internal struct CHANGEFILTERSTRUCT
  4. {
  5. public uint cbSize;
  6. public MSGFLTINFO ExtStatus;
  7. }