MI_OperationOptionsFT 구조체(mi.h)

MI_OperationOptions 구조체에 사용되는 지원 구조체입니다. "MI_OperationOptions_" 이름 접두사로 함수를 사용하여 이러한 구조를 조작합니다.

구문

typedef struct _MI_OperationOptionsFT {
  void()(MI_OperationOptions *options)      * Delete;
  MI_Result(MI_OperationOptions *options, const MI_Char *optionName, const MI_Char *value,MI_Uint32 flags) * )(SetString;
  MI_Result((MI_OperationOptions *options, const MI_Char *optionName,MI_Uint32 value,MI_Uint32 flags) * )SetNumber;
  MI_Result(MI_OperationOptions *options, const MI_Char *optionName,MI_Type valueType, const MI_Value *value,MI_Boolean mustComply,MI_Uint32 flags) * )(SetCustomOption;
  MI_Result(OperationOptions *options, const MI_Char *optionName, const MI_Char **value,MI_Uint32 *index,MI_Uint32 *flags) * )(MI_GetString;
  MI_Result(_OperationOptions *options, const MI_Char *optionName,MI_Uint32 *value,MI_Uint32 *index,MI_Uint32 *flags) * )(MIGetNumber;
  MI_Result((MI_OperationOptions *options,MI_Uint32 *count) * )GetOptionCount;
  MI_Result(OperationOptions *options,MI_Uint32 index, const MI_Char **optionName,MI_Value *value,MI_Type *type,MI_Uint32 *flags) * )(MI_GetOptionAt;
  MI_Result(OperationOptions *options, const MI_Char *optionName,MI_Value *value,MI_Type *type,MI_Uint32 *index,MI_Uint32 *flags) * )(MI_GetOption;
  MI_Result(_OperationOptions *options, const MI_Char *optionName,MI_Uint32 *channels,MI_Uint32 bufferLength,MI_Uint32 *channelCount,MI_Uint32 *flags) * )(MIGetEnabledChannels;
  MI_Result((const MI_OperationOptions *self,MI_OperationOptions *newOperationOptions) * )Clone;
  MI_Result(MI_OperationOptions *options, const MI_Char *optionName, const MI_Interval *value,MI_Uint32 flags) * )(SetInterval;
  MI_Result(_OperationOptions *options, const MI_Char *optionName,MI_Interval *value,MI_Uint32 *index,MI_Uint32 *flags) * )(MIGetInterval;
} MI_OperationOptionsFT;

멤버

Delete

옵션 및 관련 메모리를 삭제합니다. MI_OperationOptions_Delete 참조하세요.

SetString

사용자 지정 문자열 옵션을 설정합니다. MI_OperationOptions_SetString 참조하세요.

SetNumber

사용자 지정 숫자 옵션 값을 설정합니다. MI_OperationOptions_SetNumber 참조하세요.

SetCustomOption

작업에 대한 사용자 지정 옵션을 설정합니다. MI_OperationOptions_SetCustomOption 참조하세요.

GetString

사용자 지정 문자열 옵션을 가져옵니다. MI_OperationOptions_GetString 참조하세요.

GetNumber

이전에 추가된 사용자 지정 번호 옵션을 가져옵니다. MI_OperationOptions_GetNumber 참조하세요.

GetOptionCount

이전에 추가한 옵션 수를 가져옵니다. MI_OperationOptions_GetOptionCount 참조하세요.

GetOptionAt

지정된 인덱스 기반의 이전에 추가된 옵션 값을 가져옵니다. MI_OperationOptions_GetOptionAt 참조하세요.

GetOption

옵션 이름을 기반으로 이전에 추가된 옵션 값을 가져옵니다. MI_OperationOptions_GetOption 참조하세요.

GetEnabledChannels

MI_OperationOptions_GetEnabledChannels 참조하세요.

Clone

MI_OperationOptions 구조체의 복사본을 만듭니다. MI_OperationOptions_Clone 참조하세요.

SetInterval

TBD

GetInterval

TBD

요구 사항

   
지원되는 최소 클라이언트 Windows 8
지원되는 최소 서버 Windows Server 2012
머리글 mi.h
재배포 가능 파일 windows Server 2008 R2 SP1, Windows 7 SP1 및 Windows Server 2008 SP2의 Windows Management Framework 3.0