Scroll to navigation

WhichPlatform(3w) Wine API WhichPlatform(3w)

NAME

WhichPlatform (SHLWAPI.276)

SYNOPSIS

DWORD WhichPlatform
(
)
 

DESCRIPTION

Determine if the browser is integrated into the shell, and set a registry key accordingly.
 

PARAMS

None.
 

RETURNS

1, If the browser is not integrated. 2, If the browser is integrated.
 

NOTES

The key "HKLMsoftInternet ExplorerIntegratedBrowser" is either set to TRUE, or removed depending on whether the browser is deemed to be integrated.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/ordinal.c".
Debug channel "shell".
Oct 2012 Wine API