Amd Wireless Button Driver ❲Top 20 Exclusive❳
WDF_OBJECT_ATTRIBUTES_INIT(&interruptAttributes); interruptAttributes.ParentObject = Device;
PDEVICE_CONTEXT devContext = GetDeviceContext(Device); WDF_INTERRUPT_CONFIG interruptConfig; WDF_OBJECT_ATTRIBUTES interruptAttributes; WDFINTERRUPT interrupt; NTSTATUS status; amd wireless button driver
// Notify about wireless state change NotifyWirelessStateChange(device, devContext->WirelessState); interruptAttributes.ParentObject = Device