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

Declared in "ole2.h". https://source.winehq.org/source/include/ole2.h

Implemented in "dlls/ole32/ole32_main.c". https://source.winehq.org/source/dlls/ole32/ole32_main.c

Debug channel "ole".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.