コード例 #1
0
ファイル: PdhQueryHandle.cs プロジェクト: AALOON/zDrive
 /// <inheritdoc />
 protected override bool ReleaseHandle() => PdhApi.PdhCloseQuery(this.handle) == PdhErrorCode.Success;
コード例 #2
0
ファイル: PdhCounterHandle.cs プロジェクト: AALOON/zDrive
 protected override bool ReleaseHandle() => PdhApi.PdhRemoveCounter(this.handle) == PdhErrorCode.Success;