RemovePersistentLogin_OUT 구조체(iscsiop.h)

RemovePersistentLogin_OUT 구조체는 RemovePersistentLogin 메서드에 대한 출력 데이터를 보유합니다.

구문

typedef struct _RemovePersistentLogin_OUT {
  ULONG Status;
} RemovePersistentLogin_OUT, *PRemovePersistentLogin_OUT;

구성원

Status

RemovePersistentLogin의 출력에서 작업의 상태입니다. 상태 한정자 목록은 ISCSI_STATUS_QUALIFIERS 참조하세요.

설명

이 메서드를 구현해야 합니다.

요구 사항

   
헤더 iscsiop.h(Iscsiop.h 포함)

참고 항목

ISCSI_STATUS_QUALIFIERS

RemovePersistentLogin

RemovePersistentLogin_IN