EnumForms |
Declare Function Api_EnumForms& Lib "winspool.drv" Alias "EnumFormsA" (ByVal hPrinter&, ByVal Level&, pForm As Any, ByVal cbBuf&, pcbNeeded&, pcReturned&) |
Declare Function EnumForms Lib "winspool.drv" Alias "EnumFormsA" (ByVal hPrinter As Long, ByVal Level As Long, pForm As Any, ByVal cbBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long |
|
指定されたプリンタがサポートするフォームを列挙する。 |
|
パラメータ
cbBuf パラメータのサイズが小さすぎると、この値は必要なバイト数になる。そうでないときは、コピーされたバイト数になる。
戻り値 |