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 "HKLM\Software\Microsoft\Internet Explorer\IntegratedBrowser" is either set to TRUE, or removed depending on whether the browser is deemed to be integrated.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/ordinal.c". source.winehq.org/source/dlls/shlwapi/ordinal.c

Debug channel "shell".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.