Exemplo n.º 1
0
void WXMPFiles_Initialize_2 ( XMP_OptionBits options, WXMP_Result * wResult )
{
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPFiles_Initialize_1" )
	
		wResult->int32Result = XMPFiles::Initialize ( options );
	
	XMP_EXIT_WRAPPER
}
Exemplo n.º 2
0
void WXMPFiles_Initialize_1 ( WXMP_Result * wResult )
{
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPFiles_Initialize_1" )
	
		wResult->int32Result = XMPFiles::Initialize ( 0 );
	
	XMP_EXIT_WRAPPER
}
Exemplo n.º 3
0
void WXMPFiles_UnlockLib_1()
{
	WXMP_Result * wResult = &voidResult;	// ! Needed to fool the EnterWrapper macro.
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPFiles_UnlockLib_1" )
	
		XMPFiles::UnlockLib();
	
	XMP_EXIT_WRAPPER_NO_THROW
}
Exemplo n.º 4
0
void WXMPFiles_Terminate_1()
{
	WXMP_Result * wResult = &voidResult;	// ! Needed to "fool" the EnterWrapper macro.
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPFiles_Terminate_1" )
	
		XMPFiles::Terminate();
	
	XMP_EXIT_WRAPPER_NO_THROW
}
Exemplo n.º 5
0
void WXMPFiles_GetVersionInfo_1 ( XMP_VersionInfo * versionInfo )
{
	WXMP_Result * wResult = &voidResult;	// ! Needed to "fool" the EnterWrapper macro.
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPFiles_GetVersionInfo_1" )
	
		XMPFiles::GetVersionInfo ( versionInfo );
	
	XMP_EXIT_WRAPPER_NO_THROW
}
Exemplo n.º 6
0
void
WXMPUtils_Unlock_1 ( XMP_OptionBits options )
{
	WXMP_Result * wResult = &void_wResult;	// ! Needed to "fool" the EnterWrapper macro.
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPUtils_Unlock_1" )

		XMPUtils::Unlock ( options );

	XMP_EXIT_WRAPPER_NO_THROW
}
Exemplo n.º 7
0
void WXMPFiles_UnlockObj_1 ( XMPFilesRef xmpFilesRef )
{
	WXMP_Result * wResult = &voidResult;	// ! Needed to fool the EnterWrapper macro.
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPFiles_UnlockObj_1" )
	
		XMPFiles * thiz = (XMPFiles*)xmpFilesRef;
		thiz->UnlockObj();
	
	XMP_EXIT_WRAPPER_NO_THROW
}
Exemplo n.º 8
0
/* class static */ void
WXMPMeta_GetVersionInfo_1 ( XMP_VersionInfo * info )
{
	WXMP_Result * wResult = &void_wResult;	// ! Needed to "fool" the EnterWrapper macro.
	XMP_ENTER_WRAPPER_NO_LOCK ( "WXMPMeta_GetVersionInfo_1" )

		XMPMeta::GetVersionInfo ( info );

	XMP_EXIT_WRAPPER_NO_THROW
}