ITaskDefinition::p ut_RegistrationInfo 메서드(taskschd.h)

작업에 대한 설명, 작업의 작성자 및 작업이 등록된 날짜와 같이 작업을 설명하는 데 사용되는 등록 정보를 가져오거나 설정합니다.

이 속성은 읽기/쓰기가 가능합니다.

구문

HRESULT put_RegistrationInfo(
  IRegistrationInfo *pRegistrationInfo
);

매개 변수

pRegistrationInfo

반환 값

없음

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 taskschd.h
라이브러리 Taskschd.lib
DLL Taskschd.dll

추가 정보

ITaskDefinition