Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 938 Bytes

_canvas_createfromobj.md

File metadata and controls

72 lines (46 loc) · 938 Bytes
description
画布_创建自组件句柄

Syntax / 函数原型

int __stdcall 
_canvas_createfromobj (
    HANDLE hObj,
    int    width,
    int    height,
    int    dwFlags,
    int*   nError
);
易语言声明
.版本 2

.DLL命令 _canvas_createfromobj, 整数型, "libexdui.dll", "_canvas_createfromobj", 公开, 
    .参数 hObj, 整数型,  , 
    .参数 uWidth, 整数型,  , 
    .参数 uHeight, 整数型,  , 
    .参数 dwFlags, 整数型,  , 
    .参数 nError, 整数型, 传址 , 

Parameters / 参数

hObj

Type: HANDLE

组件句柄

uWidth

Type: INT32

画布宽度

uHeight

Type: INT32

画布高度

dwFlags

Type: DWORD

标识 参见 CVF

nError

Type: INT32*

错误代码


Return Value / 返回值

Type: INT32

创建画布自组件句柄
成功返回画布句柄, 失败返回 NULL