Scroll to navigation

WdtpInterfacePointer_UserFree(3w) Wine API WdtpInterfacePointer_UserFree(3w)

NAME

WdtpInterfacePointer_UserFree (OLE32.@)

SYNOPSIS

void WdtpInterfacePointer_UserFree
(
IUnknown* punk
)
 

DESCRIPTION

Releases an unmarshaled interface pointer.
 

PARAMS

punk [In] Interface pointer to release.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ole32/usrmarshal.c".
Debug channel "ole".
Oct 2012 Wine API