SetHandleCount

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

SetHandleCount

VB聲明

Declare Function SetHandleCount Lib "kernel32" Alias "SetHandleCount" (ByVal wNumber As Long) As Long

說明

這個(gè)函數(shù)不必在win32下使用;即使使用,也不會(huì)有任何效果

This function is not necessary under Win32 and has no effect.

Top