.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGetMachineInfo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGetMachineInfo\fR (SHLWAPI.413) .SH SYNOPSIS DWORD SHGetMachineInfo ( DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Get the current docking status of the system. .SH PARAMS \fIdwFlags\fR \fB[In]\fR \fBDOCKINFO_\fR flags from \fB"winbase.h"\fR, unused. .PP .SH RETURNS .PP One of \fBDOCKINFO_UNDOCKED\fR, \fBDOCKINFO_UNDOCKED\fR, or \fB0\fR if the system is not a notebook. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.