Displaying 2 results from an estimated 2 matches for "adjusttokenprivileg".
Did you mean:
adjusttokenprivileges
2007 Nov 18
4
Need help with win32-service, failure actions
Hi all,
I''m trying to get failure action support working. I''ve modified the
Service.configure method to accept the following options:
failure_reset_period
failure_command
failure_reboot_message
failure_actions
failure_delay
I''ve got the failure_command and failure_reboot message working, but the
rest aren''t working properly. I''m mostly focused on
2007 Oct 26
0
Wine release 0.9.48
...g (7):
configure: Add check for presence of _strdup() and strdup().
crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK.
version: Use the official NT macro rather than obsolete one.
advapi32: Fix AdjustTokenPrivileges() to match the PSDK.
ole32: Include wine/port.h for snprintf().
shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK.
Chris Robinson (1):
wined3d: Don't report filtering for WINED3DFMT_R32F.
Dan Hipschman (15):
rpcrt4/tests: Free memory from one of the tes...