VBoxCommon.h revision 18470279db8a9fdd714617adbe1aa8b63cc80aee
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz/* $Id: */
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz/** @file
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd* VBoxCommon - Misc helper routines for install helper.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd*/
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz/*
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz * Copyright (C) 2006-2010 Oracle Corporation
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz *
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd * This file is part of VirtualBox Open Source Edition (OSE), as
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc * available from http://www.virtualbox.org. This file is free software;
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd * you can redistribute it and/or modify it under the terms of the GNU
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd * General Public License (GPL) as published by the Free Software
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * Foundation, in version 2 as it comes in the "COPYING" file of the
2e545ce2450a9953665f701bb05350f0d3f26275nd * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen */
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd#ifndef __VBoxInstallHelper_Common_h__
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd#define __VBoxInstallHelper_Common_h__
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen
3f08db06526d6901aa08c110b5bc7dde6bc39905ndUINT VBoxGetProperty(MSIHANDLE a_hModule, TCHAR* a_pszName, TCHAR* a_pValue, DWORD a_dwSize);
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4ndUINT VBoxSetProperty(MSIHANDLE a_hModule, TCHAR* a_pszName, TCHAR* a_pValue);
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd
bdd978e5ecd8daa2542d4d4e1988c78a622cd7f4nd#endif /* __VBoxInstallHelper_Common_h__ */
3f08db06526d6901aa08c110b5bc7dde6bc39905nd