-
=TRUE
OK
=FALSE Fail
6.5. Enable
TaskBar
Function Description:
This function will show “TaskBar” again after ”Disable_TaskBar()” was executed to
hide taskbar.
Function call:
BOOL EnableTaskbar (VOID);
Return code:
=TRUE
OK
=FALSE Fail
6.6. Disable
Desktop
Function Description:
This function will hide all icons on desktop, it mean that any short-cut or files
cannot be accessed or executed.
Function call:
BOOL DisableDesktop (VOID);
Return code:
=TRUE
OK
=FALSE Fail
6.7. Enable
Desktop
Function Description:
This function will show all icons which had already showed on desktop before
executed DisableDesktop().
Function call:
BOOL EnsableDesktop (VOID);
Return code:
=TRUE
OK
=FALSE Fail
6.8. Disable toolbar on windows explorer
Function Description:
This function will hide windows explorer’s toolbar
Function call:
BOOL DisableExploreToolbar (VOID);
Return code:
=TRUE
OK
=FALSE Fail
6.9. Enable toolbar on windows explorer
Function Description:
This function will enable windows explorer’s toolbar again
Function call:
BOOL EnsableExploreToolbar (VOID);
Return code:
=TRUE
OK
=FALSE Fail