| 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
| 2 | |
| 3 | HRESULT PcaActionDataMessage( |
| 4 | DWORD cArgs, |
| 5 | ... |
| 6 | ); |
| 7 | HRESULT PcaAccountNameToSid( |
| 8 | LPCWSTR pwzAccountName, |
| 9 | PSID* ppSid |
| 10 | ); |
| 11 | HRESULT PcaSidToAccountName( |
| 12 | PSID pSid, |
| 13 | LPWSTR* ppwzAccountName |
| 14 | ); |
| 15 | HRESULT PcaBuildAccountName( |
| 16 | LPCWSTR pwzDomain, |
| 17 | LPCWSTR pwzName, |
| 18 | LPWSTR* ppwzAccount |
| 19 | ); |
| 20 | HRESULT PcaGuidFromString( |
| 21 | LPCWSTR pwzGuid, |
| 22 | GUID* pGuid |
| 23 | ); |