Displaying 4 results from an estimated 4 matches for "connectionpoint".
Did you mean:
iconnectionpoint
2006 Mar 01
1
observe_field question
...sages_for ''model'' %>
<!--[form:model]-->
<p><b><label for="model_name">Name</label></b><br/>
<%= text_field ''model'', ''name'' %></p>
<p><b><label
for="model_connectionpoints">Connectionpoints</label></b><br/>
<%= text_field ''model'', ''connectionpoints'' %></p>
<p><b><label for="model_switchtype"
id="model_switchtype">Type</label></b><br />...
2011 Apr 06
0
Registering a callback in Java
...he proper piece of code to register a callback to any
domain(domain parameter is null), for a lifecycle event(event id 0).
conn.domainEventRegisterAny(null,
0,
new VirConnectDomainEventGenericCallback() {
public void eventCallback(ConnectionPointer cp,
DomainPointer dp, Pointer pntr) {
System.out.println("event!");
}
});
I can't get the println when I suspend or resume the domains. And the
reason I wrote "0" is that I could not find VIR_DOMAIN_EVENT_ID_LIFECYCLE
constant i...
2010 Jan 08
0
Wine release 1.1.36
...netCrackUrlW in test_crack_url.
mshtml: Fixed nsIDOMNSHTMLElement declaration.
mshtml: Use FindMimeFromData to find MIME if moniker doesn't report it.
wininet: Fixed tests on older IEs.
jscript: Added a test using script dispatch after closing engine.
mshtml: Store ConnectionPointContainer pointer in ConnectionPoint.
mshtml: Make sure that event listeners of connection point are set.
mshtml: Don't try to wrap necko channel in nsChannel implementation.
mshtml: Use nsIDocShell to load a page in set_moniker.
mshtml: Store body event target in HTMLDoc...
2011 Mar 18
0
Wine release 1.3.16
...pl_QueryInterface() static.
msi: Make get_assembly_record() static.
quartz: Make some functions static.
shell32/tests: Make test_ShellItemGetAttributes() static.
msvcrt: Export _wcsupr_s_l().
mscoree/tests: Make the test and cleanup functions static.
msxml3: Make ConnectionPoint_Init() and BindStatusCallback_Detach() static.
d3dx9_36/tests: Replace a malloc() with HeapAlloc()+HeapFree().
mscoree: Force_get_runtime_info() is not used so remove it.
qcap: Make VfwPin_GetMediaTypeVersion() static.
kernel32: Some spelling tweaks and fixes for the error m...