IsValidInterface.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

IsValidInterface (OLE32.@)

SYNOPSIS

BOOL IsValidInterface
 (
  LPUNKNOWN punk
 )

DESCRIPTION

Determines whether a pointer is a valid interface.

PARAMS

punk [In] Interface to be tested.

RETURNS

TRUE, if the passed pointer is a valid interface, or FALSE otherwise.

IMPLEMENTATION

Defined in "ole2.h".

Implemented in "dlls/ole32/ifs.c".

Debug channel "olemalloc".