1.
imagelist_add manpage - man.cx
SYNOPSIS. INT ImageList_Add ( HIMAGELIST himl, HBITMAP hbmImage, HBITMAP hbmMask ) ... Debug channel "imagelist". Wine API Jun 2008 ImageList_Add(3w) ...
2.
imagelist_addmasked manpage - man.cx
ImageList_AddMasked(3w) Wine API ImageList_AddMasked(3w) ... Debug channel "imagelist". Wine API Jun 2008 ImageList_AddMasked(3w) ...
3.
ftpaccess manpage - man.cx
The ftpaccess file is used to configure the operation of the FTP Server. Access Capabilities The following access capabilities are supported: autogroup ...
4.
db4.3_recover manpage - man.cx
The db4.3_recover utility must be run after an unexpected application, Berkeley DB, or system failure to restore the database to a consistent state. ...
5.
isbadcodeptr manpage - man.cx
IsBadCodePtr(3w) Wine API IsBadCodePtr(3w) ... SYNOPSIS. BOOL IsBadCodePtr ( FARPROC ptr ) ... Wine API Jun 2008 IsBadCodePtr(3w) ...
6.
xsetroot manpage - man.cx
xsetroot - root window parameter setting utility for X ... Foreground and back‐ ground colors are meaningful only in combination with -cursor, -bitmap, ...
7.
httpopenrequesta manpage - man.cx
HINTERNET HttpOpenRequestA ( HINTERNET hHttpSession, LPCSTR lpszVerb, ... Debug channel "wininet". Wine API Jun 2008 HttpOpenRequestA(3w) ...
8.
httpsendrequestexa manpage - man.cx
HttpSendRequestExA(3w) Wine API HttpSendRequestExA(3w) ... Debug channel "wininet". Wine API Jun 2008 HttpSendRequestExA(3w) ...
9.
lvcreate manpage - man.cx
The logical volume name will be chosen by lvcreate. "lvcreate -m1 -L 500M vg00" tries to create a mirror logical volume with 2 sides with a useable size of ...
10.
execvp manpage - man.cx
#include <unistd.h> int ret; ... ret = execlp ("ls", "ls", "-l", (char *)0); Using execv() The following example passes arguments to the ls command in the ...