AddMonitor |
Declare Function Api_AddMonitor& Lib "winspool.drv" Alias "AddMonitorA" (ByVal pName$, ByVal Level&, pMonitors As Byte) |
Declare Function AddMonitor Lib "winspool.drv" Alias "AddMonitorA" (ByVal pName As String, ByVal Level As Long, pMonitors As Byte) As Long |
|
ローカルプリンタモニタをインストールし、構成ファイル、データファイル、モニタファイルをリンクする。Windows NT の将来のリリースでプリンタモニタの遠隔インストールが可能になるかもしれない。 |
|
パラメータ
pName
はローカルコンピュータにしかインストールできないため、NULL を指定する。 |