.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IsOS 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIsOS\fR (SHLWAPI.437) .SH SYNOPSIS BOOL IsOS ( DWORD \fIfeature\fR ) .SH DESCRIPTION .PP Determine if the \fBOS\fR supports a given \fIfeature\fR. .SH PARAMS dwFeature \fB[In]\fR Feature requested (undocumented). .PP .SH RETURNS .PP \fBTRUE\fR If the \fIfeature\fR is available. \fBFALSE\fR If the \fIfeature\fR is not available. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.