wFlags            204 ext/com_dotnet/com_wrapper.c 	/* [in] */ WORD wFlags,
wFlags            211 ext/com_dotnet/com_wrapper.c 			lcid, wFlags, pDispParams,
wFlags            247 ext/com_dotnet/com_wrapper.c 	/* [in] */ WORD wFlags,
wFlags            263 ext/com_dotnet/com_wrapper.c 		trace("-- Invoke: %d %20s [%d] flags=%08x args=%d\n", id, Z_STRVAL_PP(name), Z_STRLEN_PP(name), wFlags, pdp->cArgs);
wFlags            289 ext/com_dotnet/com_wrapper.c 		if (wFlags & DISPATCH_PROPERTYGET) {
wFlags            291 ext/com_dotnet/com_wrapper.c 		} else if (wFlags & DISPATCH_PROPERTYPUT) {
wFlags            293 ext/com_dotnet/com_wrapper.c 		} else if (wFlags & DISPATCH_METHOD) {
wFlags            319 ext/com_dotnet/com_wrapper.c 			trace("Don't know how to handle this invocation %08x\n", wFlags);