Leaked source code of windows server 2003
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.

28 lines
563 B

  1. //
  2. // Include file for users of ndproxy.
  3. //
  4. //
  5. // #include <ndistapi.h>
  6. //
  7. #ifndef _PXUSER__H
  8. #define _PXUSER__H
  9. //
  10. // Access TAPI Call Information on a VC via NdisCoRequest to the proxy:
  11. //
  12. #define OID_NDPROXY_TAPI_CALL_INFORMATION 0xFF110001
  13. typedef struct _NDPROXY_TAPI_CALL_INFORMATION
  14. {
  15. ULONG Size; // Length of this structure
  16. ULONG ulBearerMode;
  17. ULONG ulMediaMode;
  18. ULONG ulMinRate;
  19. ULONG ulMaxRate;
  20. } NDPROXY_TAPI_CALL_INFORMATION, *PNDPROXY_TAPI_CALL_INFORMATION;
  21. #endif // _PXUSER__H