Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
301 B

  1. DWORD
  2. LoadPersistedTxFilters(
  3. HKEY hParentRegKey
  4. );
  5. DWORD
  6. SPDReadTxFilter(
  7. HKEY hParentRegKey,
  8. LPWSTR pszTxFilterUniqueID,
  9. PTRANSPORT_FILTER * ppTxFilter
  10. );
  11. DWORD
  12. UnMarshallTxFilterBuffer(
  13. LPBYTE pBuffer,
  14. DWORD dwBufferSize,
  15. PTRANSPORT_FILTER pTxFilter
  16. );