Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Platform/Windows/Users.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef _Stroika_Foundation_Execution_Platform_Windows_Users_h_
5#define _Stroika_Foundation_Execution_Platform_Windows_Users_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
9#if !qStroika_Foundation_Common_Platform_Windows
10#error "ONLY INCLUDE FOR Windows"
11#endif
12
13#include <Windows.h>
14
16#include "Stroika/Foundation/Common/Common.h"
17
19
20 using Characters::String;
21
22 String SID22UserName (PSID sid);
23
24}
25
26#endif /*_Stroika_Foundation_Execution_Platform_Windows_Users_h_*/