GetKeyboardLayoutList

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

GetKeyboardLayoutList

VB聲明

Declare Function GetKeyboardLayoutList Lib "user32" Alias "GetKeyboardLayoutList" (ByVal nBuff As Long, lpList As Long) As Long

說明

獲得系統(tǒng)適用的所有鍵盤布局的一個列表

返回值

Long,裝載到內(nèi)存的鍵盤布局的數(shù)量

參數(shù)表

參數(shù)

類型及說明

nBuff

Long,lpList數(shù)組中的條目數(shù)量。如設(shè)為零,表示獲取可用鍵盤布局的數(shù)量

lpList

Long,指定一個數(shù)組,它的元素數(shù)量至少應(yīng)有nBuff規(guī)定的元素那么多。這個數(shù)組會隨同句柄載入可用的鍵盤布局

Top