GetWindowExtEx

此頁沒有內(nèi)容條目
內(nèi)容

GetWindowExtEx

VB聲明

Declare Function GetWindowExtEx Lib "gdi32" Alias "GetWindowExtEx" (ByVal hdc As Long, lpSize As SIZE) As Long

說明

獲取指定設(shè)備場景的窗口范圍

返回值

Long,執(zhí)行成功為非零值,失敗為0

參數(shù)表

參數(shù)

類型及說明

hdc

Long,設(shè)備場景句柄

lpSize

SIZE,裝載設(shè)備場景邏輯窗口水平和垂直范圍(以邏輯單元表示)的結(jié)構(gòu)

Top