search for: objectattribut

Displaying 3 results from an estimated 3 matches for "objectattribut".

Did you mean: objectattributes
2007 Nov 22
2
Active Record Question
hey! I have the following table structure in my DB | users | ------------ | (pk)id | | username | | pass | ------------ (1:n) | users_objects | | objectattributes | ------------------ ---------------------------------- | (fk,pk)user_id | (1:n) | (pk)attribute | |(fk,pk)object_id| | (pk,fk) users_objects_user_id | | .... | |(pk,fk) users_objects_object_id | ---------...
2007 Jul 13
0
Wine release 0.9.41
...Call RPCRT4_Send directly from PKT_RECEIVE handler in server. rpcrt4: Return a fault packet if the proc num exceeds the index of the last function available for the interface. ntdll: The impersonation level in NtDuplicateToken should be taken from the SecurityQualityOfService member of ObjectAttributes if present. rpcrt4: Make binding to an interface a function of RpcAssoc instead of msxml3: Implement IXMLDOMNode::get_text for CDATA, processing instruction and comment nodes. mshtml: Implement HTMLElement_insertAdjacentHTML and HTMLElement_insertAdjacentText. Romain Iehl (3):...
2007 Jan 25
0
Wine release 0.9.30
...-qual warning fixes. mpr: Fix typo (Coverity). crypt32/tests: Fix compilation for older gcc versions (and MinGW). mshtml/tests: Fix compilation for older gcc versions (and MinGW). secur32/tests: Fix compilation for older gcc versions (and MinGW). ntdll: Extra check for ObjectAttributes (Coverity). comctl32/tests: Cast-qual warning fixes. msxml3/tests: Cast-qual warning fixes. ole32/tests: Cast-qual warning fixes. oleaut32/tests: Cast-qual warning fixes. qcap: Initialize a variable (Coverity). Peter Oberndorfer (1): user32: Only try to remove...