Presentation is loading. Please wait.

Presentation is loading. Please wait.

Background Services and Tasks Microsoft ® Corporation.

Similar presentations


Presentation on theme: "Background Services and Tasks Microsoft ® Corporation."— Presentation transcript:

1

2 Background Services and Tasks Microsoft ® Corporation

3

4

5

6

7

8

9

10 SERVICE_DELAYED_AUTO_START_INFO delayedAutoStartInfo = {0}; delayedAutoStartInfo.fDelayedAutostart = TRUE; ChangeServiceConfig2( hService, SERVICE_CONFIG_DELAYED_AUTO_START_INFO, &delayedAutoStartInfo ); SERVICE_DELAYED_AUTO_START_INFO delayedAutoStartInfo = {0}; delayedAutoStartInfo.fDelayedAutostart = TRUE; ChangeServiceConfig2( hService, SERVICE_CONFIG_DELAYED_AUTO_START_INFO, &delayedAutoStartInfo );

11

12

13

14

15

16

17

18

19 SERVICE_REQUIRED_PRIVILEGES_INFO requiredPrivileges = {0}; requiredPrivileges.pmszRequiredPrivileges = SE_CHANGE_NOTIFY_NAME L"\0"; ChangeServiceConfig2( hService, SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO, &requiredPrivileges); SERVICE_REQUIRED_PRIVILEGES_INFO requiredPrivileges = {0}; requiredPrivileges.pmszRequiredPrivileges = SE_CHANGE_NOTIFY_NAME L"\0"; ChangeServiceConfig2( hService, SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO, &requiredPrivileges);

20

21

22

23

24

25

26

27

28

29 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "Background Services and Tasks Microsoft ® Corporation."

Similar presentations


Ads by Google