Scroll to navigation

GetProcessDefaultLayout16(3w) Wine API GetProcessDefaultLayout16(3w)

NAME

GetProcessDefaultLayout16 (USER.1001)

SYNOPSIS

BOOL16 GetProcessDefaultLayout16
(
DWORD* pdwDefaultLayout
)
 

DESCRIPTION

Gets the default layout for parentless Windows(tm). Right now, just returns 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