नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Skips a specified number of custom attributes in an enumeration sequence.
Syntax
Parameters
celt
[in] Number of elements to skip.
Return Value
If successful, returns S_OK. Returns S_FALSE if celt is greater than the number of remaining elements; otherwise, returns an error code.
Remarks
If celt specifies a value greater than the number of remaining elements, the enumeration is set to the end and S_FALSE is returned.