00029                    :
00030 
00031     The function locates user mode code that 
the kernel dispatches
00032     to, and stores 
the addresses of that code in global kernel variables.
00033 
00034     Which procedures are of interest 
is machine dependent.
00035 
00036 Arguments:
00037 
00038     None.
00039 
00040 Return Value:
00041 
00042     
NTSTATUS
00043 
00044 --*/
00045 
00046 {
00047     
00048     
00049     
00050     
00051 
00052     
return STATUS_SUCCESS;
00053 }
}