User login
|
|
|
Frontpage Sponsor
|
|
|
Baanboard at LinkedIn
|

|
Poll
|
What actions do you take to ensure compliance with the sanction/embargo lists published by the EU and the US? don't know what you are talking about 55% we are scanning customers, suppliers and employees using own programs on a regular basis 12% each delivery/purchase adress is checked immediately with own programs 2% we are using third party software for this purpose 10% we simply don't bother 20% Total votes: 49 |
|
|
|
By patvdv at 26 Feb 2008 - 21:57
|
|
query.sub.object()
Syntax
long query.sub.object( long object_id, long sub_object_id [, long attribute_in, value_in [, size_in] ] ... [, long attribute_in, ref value_out [, ref size_out] ] ... )
Description
This retrieves information about a specified subobject, based on specified attribute values. For example, you can query a DsCgpOleSite subobject for data in a specific format.
Arguments
|
object_id
|
The ID of the object to which the subobject belongs.
|
|
sub_object_id
|
The ID of the subobject within the specified object.
|
|
attribute_in, value_in, size_in
|
You can use one or more sets of these arguments to specify the input attributes for the query. For each attribute you specify, you must include the attribute type and the attribute value. For attributes of type void data or long array, you must also include the size of the data or array.
|
|
attribute_in, value_out, size_out
|
You can use one or more sets of these arguments to specify the output of the query. For each attribute you specify, you must include the attribute type. The function returns the current value of the attribute. For attributes of type void data or long array, it also returns the size of the data or array.
|
Return values
- TRUE : success
- FALSE : error
Context
Bshell function.
Related topics
|
|
All times are GMT +2. The time now is 01:42.