// wificx.h
NTSTATUS WifiAdapterInitialize(
NETADAPTER Adapter
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiAdapterInitialize function initializes a newly created NETADAPTER object for WiFiCx.
Adapter[_In_] A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.
Returns STATUS_SUCCESS if the operation succeeds. Otherwise, this function may return an appropriate NTSTATUS error code.
This function might return failure in low resource situations.
The client driver must call this function from within EvtWifiDeviceCreateAdapter.
For more information, see Writing a WiFiCx client driver.
Writing a WiFiCx client driver