CreateIProp (MAPI32.60)
SCODE CreateIProp ( LPCIID iid, ALLOCATEBUFFER* lpAlloc, ALLOCATEMORE* lpMore, FREEBUFFER* lpFree, LPVOID lpReserved, LPPROPDATA* lppPropData )
Create an IPropData object.
iid | [In] | GUID of the object to create. Use &IID_IMAPIPropData or NULL. |
lpAlloc | [In] | Memory allocation function. Use MAPIAllocateBuffer. |
lpMore | [In] | Linked memory allocation function. Use MAPIAllocateMore. |
lpFree | [In] | Memory free function. Use MAPIFreeBuffer. |
lpReserved | [In] | Reserved, set to NULL. |
lppPropData | [Out] | Destination for created IPropData object. |
Success: S_OK. *lppPropData contains the newly created object.
Failure: MAPI_E_INTERFACE_NOT_SUPPORTED, if iid is non-NULL and not supported, MAPI_E_INVALID_PARAMETER, if any parameter is invalid
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h
Implemented in "dlls/mapi32/prop.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/prop.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.