术语 | shgetsettings |
释义 | SHGetSettings 语法: void SHGetSettings( LPSHELLFLAGSTATE lpsfs, DWORD dwMask ); SHGetSettings功能 目前壳牌检索选项设置。 参数 lpsfs 一个SHELLFLAGSTATE结构,接收壳牌选项设置地址。 dwMask 一组标志的确定lpsfs的成员被要求。这可以是一个或多个下列值。 SSF_DESKTOPHTML 该fDesktopHTML成员正在请求。 SSF_DONTPRETTYPATH 该fDontPrettyPath成员正在请求。 SSF_DOUBLECLICKINWEBVIEW 该fDoubleClickInWebView成员正在请求。 SSF_HIDEICONS 该fHideIcons成员正在请求。 SSF_MAPNETDRVBUTTON 该fMapNetDrvBtn成员正在请求。 SSF_NOCONFIRMRECYCLE 该fNoConfirmRecycle成员正在请求。 SSF_SHOWALLOBJECTS 该fShowAllObjects成员正在请求。 SSF_SHOWATTRIBCOL 该fShowAttribCol成员正在请求。 Windows Vista的:未使用。 SSF_SHOWCOMPCOLOR 该fShowCompColor成员正在请求。 SSF_SHOWEXTENSIONS 该fShowExtensions成员正在请求。 SSF_SHOWINFOTIP 该fShowInfoTip成员正在请求。 SSF_SHOWSYSFILES 该fShowSysFiles成员正在请求。 SSF_WIN95CLASSIC 该fWin95Classic成员正在请求。 返回值 没有返回值。 功能信息 最低DLL版本 shell32.dll版本4.71或更高版本 自定义ImplementationNo Headershellapi.h import libraryshell32.lib 2000年最低经营systemsWindows时,Windows NT 4.0与Internet Explorer 4.0,视窗98,视窗与Internet Explorer 4.0 95 参见 SHGetSetSettings ==英文原文==SHGetSettings Function Retrieves the current Shell option settings. Syntax void SHGetSettings( LPSHELLFLAGSTATE lpsfs, DWORD dwMask ); Parameters lpsfs The address of a SHELLFLAGSTATE structure that receives the Shell option settings. dwMask A set of flags that determine which members of lpsfs are being requested. This can be one or more of the following values. SSF_DESKTOPHTML The fDesktopHTML member is being requested. SSF_DONTPRETTYPATH The fDontPrettyPath member is being requested. SSF_DOUBLECLICKINWEBVIEW The fDoubleClickInWebView member is being requested. SSF_HIDEICONS The fHideIcons member is being requested. SSF_MAPNETDRVBUTTON The fMapNetDrvBtn member is being requested. SSF_NOCONFIRMRECYCLE The fNoConfirmRecycle member is being requested. SSF_SHOWALLOBJECTS The fShowAllObjects member is being requested. SSF_SHOWATTRIBCOL The fShowAttribCol member is being requested. Windows Vista: Not used. SSF_SHOWCOMPCOLOR The fShowCompColor member is being requested. SSF_SHOWEXTENSIONS The fShowExtensions member is being requested. SSF_SHOWINFOTIP The fShowInfoTip member is being requested. SSF_SHOWSYSFILES The fShowSysFiles member is being requested. SSF_WIN95CLASSIC The fWin95Classic member is being requested. Return Value No return value. Function Information Minimum DLL Versionshell32.dll version 4.71 or later Custom ImplementationNo Headershellapi.h Import libraryshell32.lib Minimum operating systemsWindows 2000, Windows NT 4.0 with Internet Explorer 4.0, Windows 98, Windows 95 with Internet Explorer 4.0 See Also SHGetSetSettings ==原始网址==http://msdn.microsoft.com/en-us/library/bb762201(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。