nn::snd::CTR::GetAuxCallback Function
void GetAuxCallback(
AuxBusId busId,
AuxCallback * pCallback,
uptr * pUserData
);
| Name | Description | |
|---|---|---|
| in | busId | Bus ID. |
| out | pCallback | Location that stores the callback function. |
| out | pUserData | Location that stores the user-defined data. |
Gets the Aux bus callback function.
CONFIDENTIAL