GetPrinterDriverDirectory |
Declare Function Api_GetPrinterDriverDirectory& Lib "winspool.drv" Alias "GetPrinterDriverDirectoryA" (ByVal pName$, ByVal pEnvironment$, ByVal level&, ByVal pDriverDirectory$, ByVal cbBuff&, pcbNeeded&) |
Declare Function GetPrinterDriverDirectory Lib "winspool.drv" Alias "GetPrinterDriverDirectoryA" (ByVal pName As String, ByVal pEnvironment As String, ByVal Level As Long, pDriverDirectory As Byte, ByVal cdBuf As Long, pcbNeeded As Long) As Long |
|
プリンタドライバ用ディレクトリのパスを取得する。 |
|
パラメータ
NULL を指定すると、ローカルコンピュータのプリンタドライバ用ディレクトリが返る。 たとえば、"Windows NT x86" は Intel 80386 プロセッサまたは 80486 プロセッサ上で稼働する Windows NT を表す。 NULL を指定すると、呼び出し側アプリケーションとクライアントコンピュータ (呼び出し先アプリケーションとプリントサーバーではない) の現在
の環境が使われる。
戻り値 |