Changeset 28475 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/ntsecapi.h
- Timestamp:
- Apr 19, 2010 3:27:01 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/ntsecapi.h
r16477 r28475 347 347 348 348 #define RtlGenRandom SystemFunction036 349 #define RtlEncryptMemory SystemFunction040 350 #define RtlDecryptMemory SystemFunction041 349 351 350 352 BOOLEAN WINAPI RtlGenRandom(PVOID,ULONG); 353 NTSTATUS WINAPI RtlEncryptMemory(PVOID,ULONG,ULONG); 354 NTSTATUS WINAPI RtlDecryptMemory(PVOID,ULONG,ULONG); 351 355 352 356 NTSTATUS WINAPI LsaAddAccountRights(LSA_HANDLE,PSID,PLSA_UNICODE_STRING,ULONG);
Note:
See TracChangeset
for help on using the changeset viewer.