หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves a specified number of source files in the enumeration sequence.
Syntax
HRESULT Next (
ULONG celt,
IDiaSourceFile** rgelt,
ULONG* pceltFetched
);
Parameters
celt
[in] The number of source files in the enumerator to be retrieved.
rgelt
[out]An array that is to be filled in with the IDiaSourceFile objects that represent the desired source files.
pceltFetched
[out] Returns the number of source files in the fetched enumerator.
Return Value
If successful, returns S_OK. Returns S_FALSE if there are no more source files. Otherwise, returns an error code.