-
4.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
4.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
4.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
4.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
4.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
Содержание MR650
Страница 1: ...MR650 Programming Manual V 1 12 1 16 2008 ...
Страница 7: ... 7 13 FUNCTION KEY SETTING ON REGISTRY 65 14 UPDATE NOTES 66 ...
Страница 16: ... it is for internal use send messages ...
Страница 33: ... Be aware to release handles when program ends ...