Home
last modified time | relevance | path

Searched refs:_cleanup (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Ddisplaylist.h57 Dlnode::Dlnode( PFVS _work, void *_arg, PFVS _cleanup ) in Dlnode() argument
61 cleanup = _cleanup; in Dlnode()
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfobject.h511 #define WdfObjectAddCustomTypeWithData(_handle, _type, _data, _cleanup, _destroy) \ argument
512 WDF_ADD_CUSTOM_TYPE_FUNCTION_NAME(_type)(_handle, _data, _cleanup, _destroy)