Hi All,
Thanks for the prompt reply. But the catch here is I am not well-versed with
any of the things mentioned by TJG & that is the reason I had to take help
of this forum. Still I'll have a look into the scheduled task for WINDOWS.
If any bothers me I'll just post a new message here.
Thanks
hi tim:
what about events,
for example i only want to return error and warning events for the last 4
days from all logs. getting all the events and then filtering them will be
terrribly slow.
cheers
mark
On 26/03/2008, Tim Golden <[EMAIL PROTECTED]> wrote:
>
> mark.a.brand wrote:
> > thanks t
mark.a.brand wrote:
> what about events,
>
> for example i only want to return error and warning events for the last 4
> days from all logs. getting all the events and then filtering them will be
> terrribly slow.
You let WMI do the filtering. For this, since it's a non-equi
filter (you want the
lovely, thanks again.
On 26/03/2008, Tim Golden <[EMAIL PROTECTED]> wrote:
>
> mark.a.brand wrote:
> > what about events,
> >
> > for example i only want to return error and warning events for the last
> 4
> > days from all logs. getting all the events and then filtering them will
> be
> > terrri
I have implemented an object that supports connection points in COM.
In ATL, there is a #define that limits the number of parameters supported for a
connection point client:
#define _ATL_MAX_VARTYPES 8
I have one function that has 11 parameters, so for my C++ client (using ATL) I
had to redefine
> I have implemented an object that supports connection points in COM.
>
> In ATL, there is a #define that limits the number of parameters
> supported for a
> connection point client:
>
> #define _ATL_MAX_VARTYPES 8
>
> I have one function that has 11 parameters, so for my C++ client (using
> AT