17 #include <pia/session/session_definitions.h> 69 bool IsDuringSetup(
void);
bool IsInitialized(void)
Returns whether the PiaSession module is initialized.
nn::Result EndSetup(void)
Declares the end of setup.
nn::Result BeginSetup(void)
Declares the start of setup.
nn::Result Initialize()
Initializes the PiaSession module. Execute the nn::pia::common::Initialize function in advance...
void Finalize(void)
Finalizes the PiaSession module. Call this function before calling the nn::pia::common::Finalize func...