Skip to content

MTY_HandleProtocol

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Execute the default protocol handler for a given URI.

void MTY_HandleProtocol(
    const char * uri,
    void *       token
);

Parameters

uri (const char *)

The resource to be handled, i.e. C:\tmp.txt or http://google.com.

token (void *)

An optional HANDLE to a user's security token. This can be used to open the resource as a different user. Windows Only.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: System

Clone this wiki locally