blob: 125240cfd9a17ab7b02d9013cfb5c1501c041ad5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.ole.win32;
public class COSERVERINFO {
public int dwReserved1;
/** @field cast=(LPWSTR) */
public int /*long*/ pwszName;
/** @field cast=(COAUTHINFO *) */
public int /*long*/ pAuthInfo;
public int dwReserved2;
public static final int sizeof = COM.COSERVERINFO_sizeof ();
}