// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.
if (storage_bytes < GetThunkSize()) return STATUS_BUFFER_TOO_SMALL;
NTSTATUS ret = STATUS_SUCCESS; if (!interceptor_entry_point) {
ret = ResolveInterceptor(interceptor_module, interceptor_name,
&interceptor_entry_point); if (!NT_SUCCESS(ret)) return ret;
}
ret = ResolveTarget(target_module, target_name, &target_); if (!NT_SUCCESS(ret)) return ret;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.