summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Muezerie <[email protected]>2026-05-26 15:58:18 -0400
committerAndre Muezerie <[email protected]>2026-05-26 15:58:18 -0400
commite1dcf60ade945ae9b27ae4d6af989c7608aec51c (patch)
treefdacd180d4d7b8c3e83267e7771d3e6d4e012165
parented0471c3f7dde410e5a2445c9b374bd401146b6d (diff)
Fixed comments
-rw-r--r--network/ndis/extension/base/SxApi.h12
-rw-r--r--network/ndis/extension/base/SxLibrary.h6
2 files changed, 12 insertions, 6 deletions
diff --git a/network/ndis/extension/base/SxApi.h b/network/ndis/extension/base/SxApi.h
index 85193063..db3ba0a5 100644
--- a/network/ndis/extension/base/SxApi.h
+++ b/network/ndis/extension/base/SxApi.h
@@ -825,7 +825,7 @@ Arguments:
ExtensionContext - The extension context allocated in SxExtCreateSwitch
for the switch
- SwitchProperty - the property to be deleted
+ PortProperty - the property to be deleted
Return Value:
TRUE - if the policy is not consumed by this extension
@@ -982,7 +982,15 @@ Arguments:
ExtensionContext - The extension context allocated in SxExtCreateSwitch
for the switch
- NicOidRequest - the OID buffer, encapsulated with source/destination info
+ OidRequest - the OID buffer, encapsulated with source/destination info
+
+ SourcePortId - the source PortId of the OID completion
+
+ SourceNicIndex - the source NicIndex of the OID completion
+
+ DestinationPortId - the destination PortId of the OID completion
+
+ DestinationNicIndex - the destination NicIndex of the OID completion
Status - the status the OID completed with
diff --git a/network/ndis/extension/base/SxLibrary.h b/network/ndis/extension/base/SxLibrary.h
index a16d20cd..ee491d5b 100644
--- a/network/ndis/extension/base/SxLibrary.h
+++ b/network/ndis/extension/base/SxLibrary.h
@@ -190,7 +190,7 @@ Routine Description:
Arguments:
- Switch - pointer to our switch object.
+ SxSwitch - pointer to our switch object.
RequestType - NdisRequest[Set|Query|method]Information.
@@ -297,7 +297,7 @@ Routine Description:
Arguments:
- Switch - the Switch context
+ SxSwitch - the Switch context
NicArray - the returned NIC array
@@ -333,8 +333,6 @@ Arguments:
PropertyId - the GUID of the property (from mof file)
- PropertyVersion - the version of the property
-
SwitchPropertyEnumParameters - the returned property enum
Return Value: