共用方式為


STREAM_METHOD_DESCRIPTOR結構(strmini.h)

語法

typedef struct _STREAM_METHOD_DESCRIPTOR {
  ULONG     MethodSetID;
  PKSMETHOD Method;
  PVOID     MethodInfo;
  LONG      MethodInputSize;
  LONG      MethodOutputSize;
} STREAM_METHOD_DESCRIPTOR, *PSTREAM_METHOD_DESCRIPTOR;

成員

MethodSetID

Method

MethodInfo

MethodInputSize

MethodOutputSize

要求

要求 價值
標頭 strmini.h