NdisMResetMiniport for pre-NDIS63

NdisMResetMiniport() is a function supported from NDIS63. Is there a similar call provided in pre-NDIS63?

What I am trying to do is based on some condition, my miniport driver will call NDIS to schedule a work item to reset my device…

Any help is highly appreciated.