Home
last modified time | relevance | path

Searched refs:ResultToErrorCode (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.13.2/include/nn/friends/CTR/
Dfriends_Api.h89 u32 ResultToErrorCode( const Result& result );
660 u32 ResultToErrorCode( Result& result );
661 inline u32 ResultToErrorCode( Result& result ) in ResultToErrorCode() function
663 return detail::ResultToErrorCode( result ); in ResultToErrorCode()