Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1109 (0.18 sec)

  1. src/main/java/jcifs/dcerpc/DcerpcConstants.java

     */
    
    package jcifs.dcerpc;
    
    
    @SuppressWarnings ( "javadoc" )
    public interface DcerpcConstants {
    
        public static final UUID DCERPC_UUID_SYNTAX_NDR = new UUID("8a885d04-1ceb-11c9-9fe8-08002b104860");
    
        public static final int DCERPC_FIRST_FRAG = 0x01; /* First fragment */
        public static final int DCERPC_LAST_FRAG = 0x02; /* Last fragment */
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 1.7K bytes
    - Viewed (0)
Back to top