IsValidInterface(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/ifs.c".
- Debug channel "olemalloc".