Scroll to navigation

IsOS(3w) Wine API IsOS(3w)

NAME

IsOS (SHLWAPI.437)

SYNOPSIS

BOOL IsOS
(
DWORD feature
)
 

DESCRIPTION

Determine if the OS supports a given feature.
 

PARAMS

dwFeature [In] Feature requested (undocumented).
 

RETURNS

TRUE If the feature is available. FALSE If the feature is not available.
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/ordinal.c".
Debug channel "shell".
Oct 2012 Wine API