nn::friends::CTR::GetMyPresence FunctionResult GetMyPresence( MyPresence * pMyPresence );
| Name | Description | |
|---|---|---|
| out | pMyPresence | Specifies a pointer to a structure storing the local host's presence information. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultInvalidPointer |
An invalid pointer was passed in as an argument. |
ResultNotInitialized |
The friend presence library has not been initialized. |
| Other | Some other result may be returned as a result of factors such as the daemon's internal state. |
Gets the local host's presence information.
CONFIDENTIAL