table of contents
other versions
- wheezy 1.4.1-4
| UnRegisterTypeLibForUser(3w) | Wine API | UnRegisterTypeLibForUser(3w) |
NAME¶
UnRegisterTypeLibForUser (OLEAUT32.443)SYNOPSIS¶
HRESULT UnRegisterTypeLibForUser(
REFGUID libid,
WORD wVerMajor,
WORD wVerMinor,
LCID lcid,
SYSKIND syskind
)
PARAMS¶
libid [In] GUID of the library. wVerMajor [In] major version. wVerMinor [In] minor version. lcid [In] locale id.DESCRIPTION¶
Removes information about a type library from the user registry.RETURNS¶
Success: S_OK Failure: StatusIMPLEMENTATION¶
Declared in "oleauto.h". Implemented in "dlls/oleaut32/typelib.c". Debug channel "ole".| Oct 2012 | Wine API |