-
Notifications
You must be signed in to change notification settings - Fork 56
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
);
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.