WifiDirectDeviceInitialize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

NTSTATUS WifiDirectDeviceInitialize(
  WIFIDIRECTDEVICE WifiDirectDevice
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifidirectdeviceinitialize)

Description

The WifiDirectDeviceInitialize function initializes a newly created WIFIDIRECTDEVICE object.

Parameters

WifiDirectDevice

[_In_] A handle to a WIFIDIRECTDEVICE object obtained in a previous call to WifiDirectDeviceCreate.

Return value

Returns STATUS_SUCCESS if the operation succeeds. Otherwise, this function may return an appropriate NTSTATUS error code.

Remarks

The client calls WifiDirectDeviceInitialize from within its EvtWifiDeviceCreateWifiDirectDevice routine.

For a code example of creating a WIFIDIRECTDEVICE object, see Wi-Fi Direct (P2P) Support.

See also

Wi-Fi Direct (P2P) Support

EvtWifiDeviceCreateWifiDirectDevice

WifiDirectDeviceCreate