All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.windows.src.native.winutil.h Maven / Gradle / Ivy

There is a newer version: 2.0.10
Show newest version
/*
 * %W% %E%
 *
 * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

#ifndef _WINUTIL_H
#define _WINUTIL_H

#include 
#include 

extern jbyteArray wrapGUID(JNIEnv *env, const GUID *guid);
extern void unwrapGUID(JNIEnv *env, const jobjectArray byte_array, GUID *guid);

#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy