หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Skips the specified number of errors or warnings.
Syntax
HRESULT Skip
([in] ULONG celt)
;
Parameters
celt
[in] The number of elements to skip.
Return Value
The following table describes possible return values.
| Return Value | Description |
|---|---|
S_OK |
The function successfully returned the number of elements to skip. |
S_FALSE |
The number of elements returned is less then celt. |