aboutsummaryrefslogtreecommitdiffstats
path: root/api/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/resource.h')
-rw-r--r--api/resource.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/api/resource.h b/api/resource.h
index 3693bbf..2ee2547 100644
--- a/api/resource.h
+++ b/api/resource.h
@@ -9,7 +9,10 @@
#include <Windows.h>
WINTUN_STATUS
-CopyResource(
+ResourceGetAddress(_In_z_ const WCHAR *ResourceName, _Out_ const VOID **Address, _Out_ DWORD *Size);
+
+WINTUN_STATUS
+ResourceCopyToFile(
_In_z_ const WCHAR *DestinationPath,
_In_opt_ SECURITY_ATTRIBUTES *SecurityAttributes,
_In_z_ const WCHAR *ResourceName);