更新:2007 年 11 月
移至列表中的下一个节点。
HRESULT MoveNext();
返回值
一个指示方法调用结果的 HRESULT 值。
此方法将返回一个 HRESULT 值,如果当前平台是对象中的最后一个节点,该值则表示失败。
示例
本示例演示如何使用此方法。有关完整的示例,请参见IDeviceEmulatorManager。
// For each of the four nodes in the Device Emulator Manager window
// (Datastore, My Device Emulators, All Device Emulators, and Others)
for (; SUCCEEDED(hr); (hr = pDeviceEmulatorManager->MoveNext()))
要求
DEMComInterface.tlb