.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WhichPlatform 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWhichPlatform\fR (SHLWAPI.276) .SH SYNOPSIS DWORD WhichPlatform ( ) .SH DESCRIPTION .PP Determine if the browser is integrated into the shell, and set a registry key accordingly. .SH PARAMS None. .PP .SH RETURNS .PP 1, If the browser is not integrated. 2, If the browser is integrated. .SH NOTES .PP The key \fB"HKLM\Software\Microsoft\Internet Explorer\IntegratedBrowser"\fR is either set to \fBTRUE\fR, or removed depending on whether the browser is deemed to be integrated. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.