FINDFRAME_FLAGS enumeration

Defines a set of flags used with the ITargetFrame2::FindFrame method.

Syntax


typedef enum  { 
  FINDFRAME_NONE               = 0,
  FINDFRAME_JUSTTESTEXISTENCE  = 1,
  FINDFRAME_INTERNAL           = 0x80000000
} FINDFRAME_FLAGS;

Constants

FINDFRAME_NONE

Searches for a frame without setting any conditions.

FINDFRAME_JUSTTESTEXISTENCE

Searches for a frame and verifies that it exists.

FINDFRAME_INTERNAL

Searches for a frame internally.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Htiframe.h

IDL

Htiframe.idl

 

 

Show: