Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
macos_user_auth.h
Go to the documentation of this file.
1#pragma once
2
3#include <CoreFoundation/CoreFoundation.h>
4
5//ask for user authentication and call callback with true/false once compelte. **Note that the callback
6// will be done in a separate thread**
7extern "C" void macos_user_auth(void(*cb)(int, void*), void* cb_userdata, CFStringRef message);
void macos_user_auth(void(*cb)(int, void *), void *cb_userdata, CFStringRef message)