Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class Winnetwk.UNIVERSAL_NAME_INFO

  • Enclosing class:
    Winnetwk


    @Structure.FieldOrder(value="lpUniversalName")
    public static class Winnetwk.UNIVERSAL_NAME_INFO
    extends Structure
    The UNIVERSAL_NAME_INFO structure contains a pointer to a Universal Naming Convention (UNC) name string for a network resource.
    • Field Detail

      • lpUniversalName

        public java.lang.String lpUniversalName
        Pointer to the null-terminated UNC name string that identifies a network resource.
    • Constructor Detail

      • UNIVERSAL_NAME_INFO

        public UNIVERSAL_NAME_INFO()
      • UNIVERSAL_NAME_INFO

        public UNIVERSAL_NAME_INFO(Pointer address)
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.