STGMEDIUM.tymed 字段

定义

指定存储介质的类型。Specifies the type of storage medium. 封送和取消封送例程使用此值来确定所使用的联合成员。The marshaling and unmarshaling routines use this value to determine which union member was used. 此值必须是 TYMED 枚举的元素之一。This value must be one of the elements of the TYMED enumeration.

public: System::Runtime::InteropServices::ComTypes::TYMED tymed;
public System.Runtime.InteropServices.ComTypes.TYMED tymed;
val mutable tymed : System.Runtime.InteropServices.ComTypes.TYMED
Public tymed As TYMED 

字段值

TYMED

注解

有关详细信息,请参阅 STGMEDIUM 结构For more information, see STGMEDIUM structure.

适用于