MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2RunMgrForCurrentUser

Function Ext2RunMgrForCurrentUser

Ext2Mgr/enumDisk.cpp:5281–5287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5279
5280
5281BOOL Ext2RunMgrForCurrentUser()
5282{
5283 if (IsWindowsVistaOrGreater())
5284 return Ext2RunMgrForCurrentUserVista();
5285
5286 return Ext2RunMgrForCurrentUserXP();
5287}
5288
5289
5290#define SERVICE_CMD_LENGTH (MAX_PATH * 2)

Callers 3

OnInitDialogMethod · 0.85
OnEnableAutorunMethod · 0.85
OnDisableAutorunMethod · 0.85

Calls 3

IsWindowsVistaOrGreaterFunction · 0.85

Tested by

no test coverage detected