From 969a7faa7cd82ca5f1ea896773032b60081fccef Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 23 Nov 2006 10:42:58 +0000 Subject: r19853: Update a link (This used to be commit ce44158dde64cb65a3f51dfe1734f3c3d7f1bfd9) --- source3/registry/reg_perfcount.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index febae62ad0..26d640c87c 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/registry/reg_perfcount.c @@ -1327,6 +1327,10 @@ WERROR reg_perfcount_get_hkpd(prs_struct *ps, uint32 max_buf_size, uint32 *outbu /* * For a detailed description of the layout of this structure, * see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/performance_data_format.asp + * + * By 2006-11-23 this link did not work anymore, I found something + * promising under + * http://msdn2.microsoft.com/en-us/library/aa373105.aspx -- vl */ PERF_DATA_BLOCK block; uint32 buffer_size, base_index; -- cgit