Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ServerGetInfo (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java

             */
            public NdrObject info;
    
            /**
             * Constructs a ServerGetInfo request.
             * @param servername the server name
             * @param level the information level
             * @param info the information container
             */
            public ServerGetInfo(final String servername, final int level, final NdrObject info) {
                this.servername = servername;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 26.3K bytes
    - Click Count (0)
  2. src/main/java/jcifs/dcerpc/msrpc/srvsvc.java

             */
            public NdrObject info;
    
            /**
             * Constructs a ServerGetInfo request.
             * @param servername the server name
             * @param level the information level
             * @param info the information container
             */
            public ServerGetInfo(final String servername, final int level, final NdrObject info) {
                this.servername = servername;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 27K bytes
    - Click Count (0)
Back to Top