oop_user_win

Run the out-of-process server as a specific user, so that you can run the out-of-process server with different privileges to your main application.

This function can be used only on Windows, see oop_user_unix() to specify the user for the out-of-process server on non-Windows platforms.

Default behavior is to run the out-of-process server as the current user.

Syntax

Configuration& Configuration::oop_user_win(
    const std::string& username,
    const std::string& password,
    const std::string& domain
);