nn::ac::CTR::RegisterDisconnectEvent FunctionResult RegisterDisconnectEvent( nn::os::Event * event );
| Name | Description | |
|---|---|---|
| out | event | Pointer to the initialized nn::os::Event that is notified. |
| Value | Description |
|---|---|
Result::IsSuccess |
Completed without error. |
ResultInvalidData |
Either NULL was specified as an argument or an uninitialized Event was specified. |
| A value other than the above. | Failed for reasons other than those given above. |
Sets what nn::os::Event is notified upon disconnection from an access point.
CONFIDENTIAL