<Return[PQ]><Top>

PaintDesktop

Declare Function Api_PaintDesktop& Lib "user32" Alias "PaintDesktop" (ByVal hDC&)

Declare Function PaintDesktop Lib "user32" Alias "PaintDesktop" (ByVal hdc As Long) As Long

指定されたデバイスコンテキストのクリッピング領域内を、デスクトップパターン、または壁紙で埋めつくす。この関数は、主にシェルのデスクトップ用に用意されている。

パラメータ
hdc
    デバイスコンテキストのハンドルを指定する。
 

戻り値
    関数が成功すると、0 以外の値が返る。
    関数が失敗すると、0 が返る。
    Windows NT/2000:拡張エラー情報を取得するには、GetLastError 関数を使う。