Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 532 of file antimoniker.c.
{ DWORD constant = 1; TRACE("(%p, %u, %p)\n", pbData, cbMax, pcbData); *pcbData = sizeof(CLSID) + sizeof(DWORD); if (cbMax < *pcbData) return E_OUTOFMEMORY; memcpy(pbData, &CLSID_AntiMoniker, sizeof(CLSID)); memcpy(pbData+sizeof(CLSID), &constant, sizeof(DWORD)); return S_OK; }