NAME

SetProcessDefaultLayout  (USER32.@)

SYNOPSIS

 BOOL SetProcessDefaultLayout
 (
  DWORD dwDefaultLayout
 )

DESCRIPTION

Sets the default layout for parentless Windows®. Right now, only accepts 0 (left-to-right).

RETURNS

Success: Nonzero

Failure: Zero.

BUGS

No RTL

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/misc.c". source.winehq.org/source/dlls/user32/misc.c

Debug channel "win".


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