Platform SDK: TAPI

ITDirectory::get_IsDynamic

Gets indicator of whether the object on the server needs to be refreshed.

HRESULT get_IsDynamic(
  VARIANT_BOOL *pfDynamic
);

Parameters

pfDynamic
[out] Pointer to Boolean VARIANT; VARIANT_TRUE if server needs to be refreshed and VARIANT_FALSE if it does not.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER The pfDynamic parameter is not a valid pointer.
E_OUTOFMEMORY Insufficient memory exists to perform the operation.
E_FAIL Unspecified error.
E_NOTIMPL This method is not yet implemented.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Rend.h.
  Library: Use Rendid.lib.

See Also

ITDirectory