Scroll to navigation

SetProcessDefaultLayout16(3w) Wine API SetProcessDefaultLayout16(3w)

NAME

SetProcessDefaultLayout16 (USER.1000)

SYNOPSIS

BOOL16 SetProcessDefaultLayout16
(
DWORD dwDefaultLayout
)
 

DESCRIPTION

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

RETURNS

Success: Nonzero
Failure: Zero
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/user.exe16/bidi.c".
Debug channel "relay".
Oct 2012 Wine API