[ADVAPI32][SERVICES] Use the context handle to encrypt and decrypt service passwords
[reactos.git] / base / system / services / services.h
index 6a9dd5d..cbaa4a9 100644 (file)
@@ -155,6 +155,7 @@ ScmDeleteRegKey(
 
 DWORD
 ScmDecryptPassword(
+    _In_ PVOID ContextHandle,
     _In_ PBYTE pPassword,
     _In_ DWORD dwPasswordSize,
     _Out_ PWSTR *pDecryptedPassword);